summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Changed fix parameter to OC.appSettings().Thomas Tanghus2012-07-311-1/+1
|
* Unregister from personal settings.Thomas Tanghus2012-07-311-2/+0
|
* Implemented app settings in popup.Thomas Tanghus2012-07-315-12/+18
|
* Add notifications and undo support for replacing files when renamingMichael Gapczynski2012-07-302-20/+104
|
* LDAP: don't die on unexpected collisions, handle empty display-name ↵Arthur Schiwon2012-07-302-13/+28
| | | | attributes properly
* Remove deprecated code.Thomas Tanghus2012-07-301-16/+0
|
* Code style.Thomas Tanghus2012-07-301-36/+69
|
* Check if the are contacts marked as deleted and warn if so.Thomas Tanghus2012-07-301-5/+55
|
* Fixed potential error in logging.Thomas Tanghus2012-07-301-3/+3
|
* Removed text/plain header.Thomas Tanghus2012-07-303-7/+0
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-07-3050-83/+440
|
* Add additional error handling for emailing private linksMichael Gapczynski2012-07-292-6/+19
|
* Tweak appearance of undo delete notificationMichael Gapczynski2012-07-292-3/+3
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-07-299-5/+73
|
* Correction for 'Fix group detection for sharing in case username contains ↵Michael Gapczynski2012-07-281-3/+6
| | | | '@', fix for oc-1270'
* Remove delete tipsy if file is deleted, fixes bug oc-958Michael Gapczynski2012-07-271-0/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-07-284-27/+77
|
* Set filter to empty if not set by Ampache clientMichael Gapczynski2012-07-271-3/+2
|
* Set the user id when authenticating user for Ampache, fixes bug oc-219Michael Gapczynski2012-07-271-0/+2
|
* Fix group detection for sharing in case username contains '@', fix for oc-1270Michael Gapczynski2012-07-272-2/+7
|
* Only call mkdir() if the root folder does not exist for FTP external storageMichael Gapczynski2012-07-271-2/+3
|
* Merge commit 'refs/merge-requests/76' of ↵Georg Ehrke2012-07-271-0/+4
|\ | | | | | | git://gitorious.org/owncloud/owncloud into merge-requests/76
| * Server verhindert beim OSX Client einen DeleteSteven2012-02-131-0/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-07-2719-184/+635
| |
* | LDAP: add Test Configuration functionality in the settingsArthur Schiwon2012-07-264-1/+71
| |
* | LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. ↵Arthur Schiwon2012-07-265-34/+109
| | | | | | | | Should improve performance especially when LDAP users use the sync client, because userExists checks with the LDAP server are reduced.
* | LDAP: some cleanupArthur Schiwon2012-07-261-3/+0
| |
* | code styleArthur Schiwon2012-07-261-3/+3
| |
* | convert through caldav transmitted rgba calendarcolor to rgbGeorg Ehrke2012-07-261-1/+7
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-07-265-0/+239
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-07-266-42/+155
| |
* | Updated packagesLukas Reschke2012-07-262-4/+2
| |
* | Fix filesystem hash, no longer using basicOperation()Michael Gapczynski2012-07-251-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-07-252-14/+35
| |
* | LDAP: check if php-ldap is installed. If not, give an error output. FIX: ↵Arthur Schiwon2012-07-252-0/+14
| | | | | | | | blank Users page when the module is not installed.
* | 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
| |