summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Add methods for getting users and creating users to provisioning apiTom Needham2012-07-301-2/+25
|
* Updated group methods for provisioning apiTom Needham2012-07-301-1/+52
|
* Add Provisioning_API app and routesTom Needham2012-07-307-0/+226
|
* OpenID: fix include pathBart Visscher2012-07-251-1/+1
|
* LDAP: replace deprecated constantArthur Schiwon2012-07-251-1/+1
|
* code styleArthur Schiwon2012-07-251-1/+1
|
* LDAP: remove debug outputArthur Schiwon2012-07-251-4/+0
|
* code styleArthur Schiwon2012-07-251-5/+5
|
* LDAP: remove obsolete require_onceArthur Schiwon2012-07-251-3/+0
|
* code styleArthur Schiwon2012-07-251-1/+1
|
* code styleArthur Schiwon2012-07-251-1/+1
|
* remove unnecessary debug outputArthur Schiwon2012-07-251-1/+0
|
* code styleArthur Schiwon2012-07-251-1/+0
|
* code styleArthur Schiwon2012-07-251-2/+3
|
* LDAP: adjust test after refactoringArthur Schiwon2012-07-251-2/+2
|
* LDAP: silence warning, but handle the errorArthur Schiwon2012-07-251-1/+6
|
* LDAP: split up LIB_LDAP into Access for LDAP interaction functions and ↵Arthur Schiwon2012-07-255-372/+479
| | | | Connection for configuration and resource management. Adjust user_ldap, group_ldap and the app accordingly.
* LDAP: group backend now implements the interface, does not inherit backend classArthur Schiwon2012-07-251-1/+14
|
* LDAP: put app under the OCA\user_ldap\ namespaceArthur Schiwon2012-07-253-44/+46
|
* Support for OCA namespaceArthur Schiwon2012-07-252-1/+2
|
* LDAP: switch user backend from extending class OC_User_Backend to ↵Arthur Schiwon2012-07-251-1/+24
| | | | implementing OC_User_Interface for improved flexibility
* LDAP: pass user backend as instance, not classnameArthur Schiwon2012-07-251-1/+1
|
* move some openid files to 3rdpartyRobin Appelman2012-07-245-2036/+3
|
* fix broken properties in the databaseBjoern Schiessle2012-07-231-2/+2
|
* update routine to fix broken file properties in dbBjoern Schiessle2012-07-232-1/+12
|
* Remove unused ajax file.Thomas Tanghus2012-07-231-46/+0
|
* Cache DOM lookups, general cleanup.Thomas Tanghus2012-07-231-113/+132
|
* Cleaner event handling.Thomas Tanghus2012-07-231-13/+8
|
* No need to set checksum on PHOTO.Thomas Tanghus2012-07-231-15/+4
|
* Cleaner variable handling.Thomas Tanghus2012-07-231-12/+6
|
* Make sure notifier cleans up.Thomas Tanghus2012-07-231-12/+16
|
* Revert "No need to set checksum for PHOTO."Thomas Tanghus2012-07-232-49/+101
| | | | This reverts commit 3937d19fa2ef3da2719d0425ce02707d0345960c.
* No need to set checksum for PHOTO.Thomas Tanghus2012-07-232-101/+49
|
* Use insertContactThomas Tanghus2012-07-231-13/+4
|
* WhitespaceThomas Tanghus2012-07-231-2/+2
|
* CSRF protection for eventsourceRobin Appelman2012-07-221-0/+2
|
* progressbar for New->From UrlRobin Appelman2012-07-222-27/+65
|
* cache fileid's in oc_cacheRobin Appelman2012-07-221-0/+5
|
* Added help for keyboard shortcuts.Thomas Tanghus2012-07-223-6/+55
|
* First stab at Ninja mode ;-)Thomas Tanghus2012-07-211-1/+65
|
* Improved scrollTo method. Still not quite there...Thomas Tanghus2012-07-211-3/+3
|
* Added next/previous methods to contacts list.Thomas Tanghus2012-07-211-0/+15
|
* Remove wrong comment.Thomas Tanghus2012-07-211-1/+1
|
* increase width of user migrates form in personal settings, so you can read ↵Georg Ehrke2012-07-211-1/+1
| | | | the whole label in all languages
* Merge branch 'master' into calendar_importGeorg Ehrke2012-07-21131-953/+1127
|\
| * some style fixes for calendarGeorg Ehrke2012-07-211-1/+3
| |
| * Implemented undelete for contacts.Thomas Tanghus2012-07-211-49/+71
| |
| * Made contactlist optional in insertContact().Thomas Tanghus2012-07-211-0/+5
| |
| * White space.Thomas Tanghus2012-07-211-37/+37
| |
| * Added option to notify method.Thomas Tanghus2012-07-211-3/+21
| |