Lukas Reschke
8f09d5b67c
Update license headers
10 years ago
Lukas Reschke
d486949705
Adjust unit tests
10 years ago
Arthur Schiwon
d127b3f0d2
adjust tests
10 years ago
Morris Jobke
b945d71384
update licence headers via script
10 years ago
Arthur Schiwon
9d03b7c6b7
read all relevant user attributes on login and user search, in one query. saves us some.
10 years ago
Frédéric Fortier
7604bcb3cb
Properly nest groups when using memberOf to detect group membership, fixes #17759
10 years ago
Arthur Schiwon
646f2f1d41
adjust unit test
10 years ago
Arthur Schiwon
090478a95e
if possible, getUserGroups should get memberships using memberOf virtual attribute
11 years ago
Arthur Schiwon
6b218039ba
Fixes returns of group memberships and counting if all members have the specific groups as primary set.
11 years ago
Jenkins for ownCloud
b585d87d9d
Update license headers
11 years ago
Arthur Schiwon
7520d0fb3d
offset needs to be considered in computed limit
11 years ago
Morris Jobke
06aef4e8b1
Revert "Updating license headers"
This reverts commit 6a1a4880f0
.
11 years ago
Jenkins for ownCloud
6a1a4880f0
Updating license headers
11 years ago
Arthur Schiwon
31de757514
fix counting of users in primary group
11 years ago
Arthur Schiwon
b9235e2a24
inject DB Connection to user manager
11 years ago
Joas Schilling
76ebd3a050
Make apps/ extend the \Test\TestCase and fix overwritten methods
11 years ago
Arthur Schiwon
e16122f2a1
add one simple cache test
11 years ago
Arthur Schiwon
da490bdbbe
support for AD primary groups
support for primary groups
actually the problem is only known on AD, it is only needed to take care of their attributes
adjust to ADs special behaviour
this change was not intended
cache the SID value so it is not requested over and over again
theres only one, use singular
we are access
add tests for new Access methods
add tests for new Group methods
address scrutinizer findings, mostly doc
call ldap_explode_dn from ldap wrapper, enables tests without php5-ldap
PHP Doc
yo dawg, i heard you like backslashes … php doc fix
PHPDoc updated and typos fixed while reviewing
11 years ago
Arthur Schiwon
ba82d80f32
adjust group tests
12 years ago
Arthur Schiwon
2407321625
add tests for LDAP
12 years ago
Arthur Schiwon
3e1bdd8a04
remove outdated (thus failing) and anyway insufficient group tests - for now
12 years ago
Thomas Mueller
ef88ceba8c
drop SimpleTest compatibility
13 years ago
Felix Moeller
30d7993e01
Checkstyle fixes: NoSpaceAfterComma
13 years ago
Felix Moeller
e73b817a38
Checkstyle: NoSpaceAfterComma
13 years ago
Sam Tuke
8b01286a5d
Merged branch 'master'
13 years ago
Thomas Mueller
3829460ab8
adding space between) and {
13 years ago
Bart Visscher
db18218a1b
Space before tab fixes
13 years ago
Arthur Schiwon
a6c5309e16
LDAP: adjust test after refactoring
13 years ago
Arthur Schiwon
819af69972
group LDAP: simple basic tests
14 years ago
Arthur Schiwon
54a9fd2e6a
group LDAP: implemented inGroup()
14 years ago
Arthur Schiwon
e160acefe3
test for ldap group backend
14 years ago
Robin Appelman
0466437fa7
tests for oc_filesystem
14 years ago
Robin Appelman
3579446930
use SimpleTest for unit testing
includes some tests for storage providers, more to come
14 years ago
Bart Visscher
17e631bc5e
Use OC_JSON for json responses
Create OC_JSON class, for single point of creating json responses.
No real logic change, this just cleans up the code a bit.
14 years ago
Bart Visscher
e990ef3542
Move some common code to OC_Util
Created the following function:
- checkLoggedIn
- checkAdminUser
- redirectToDefaultPage
14 years ago
Robin Appelman
aafd36e2f3
provide json interface for search
14 years ago
Jakob Sack
bafd684eb6
Renaming classes :-)
14 years ago
Robin Appelman
ca00d37a71
Make the download button work
15 years ago
Jakob Sack
ee3d32b023
Everything nice and active now
15 years ago
Robin Appelman
232654cb60
get rid of the oc_require and friends
15 years ago
Jakob Sack
3c01e30748
Try to make owncloud working again
15 years ago
Jakob Sack
f042e85d41
Beginning of some ajax features and an admin page for files
15 years ago
Jakob Sack
39279350eb
Forgot to change some calls of linkTo
15 years ago
Jakob Sack
ddc2a70de9
Admin pages are for admins only, right?
15 years ago
Jakob Sack
132695ceb1
Start of the refactoring. Commit is quite big because I forgot to use git right from the beginning. Sorry.
15 years ago
Jonathan Riddell
d294c2f6bd
Fix licencing, make headers refer to intended AGPL, include copy of AGPL
15 years ago
Martin T. H. Sandsmark
64d4d57615
fix permissions, start to implement private data api
15 years ago
Thibaut GRIDEL
19ab1292fb
simple fixes
16 years ago
Robin
38bdf4083a
same fixes, this time hopefully without merge conflict
16 years ago
Frank Karlitschek
7adbbfe05c
add Open Collaboration API support. You can now connect your ownCloud with the KDE Social Desktop and push notifications to your Social News Plasmoid. This requires KDE trunk or KDE SV 4.5
16 years ago