summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7837 from owncloud/fix_7530blizzz2014-04-092-7/+237
|\
| * add comment to clearify when a skip in the foreach happensArthur Schiwon2014-04-091-0/+1
| * define varArthur Schiwon2014-03-211-0/+1
| * make tests work on systems without php5_ldapArthur Schiwon2014-03-211-0/+12
| * add tests for cumulativeSearchOnAttributeArthur Schiwon2014-03-211-0/+198
| * fix potential infinite loop when the DN of the first entry was already read.Arthur Schiwon2014-03-201-1/+1
| * Use the LDAP wrapper for checking resources, needs for proper testingArthur Schiwon2014-03-201-1/+1
| * Fix wildcard handling and check even less DNs per filter, enough will be look...Arthur Schiwon2014-03-201-4/+7
| * LDAP Wizard: when determining objectclasses, we realy do not need to look at ...Arthur Schiwon2014-03-201-4/+19
* | [tx-robot] updated from transifexJenkins for ownCloud2014-04-0958-126/+73
* | Disable sharing in trashbin appVincent Petry2014-04-081-0/+1
* | Merge pull request #8032 from owncloud/fs-backend-registrationThomas Müller2014-04-0810-166/+462
|\ \
| * | unit tests for dynamic backend registrationThomas Müller2014-04-072-14/+141
| * | remove duplicate method checkDependencies()Thomas Müller2014-04-031-12/+0
| * | use command -v to detect if smbclient existsThomas Müller2014-04-031-1/+1
| * | Merge branch 'master' into fs-backend-registrationThomas Müller2014-04-032-144/+152
| |\ \
| * | | Update backends and their configurationsThomas Müller2014-04-031-19/+72
| * | | Moved dependency checks to end of class filesPhilipp Kapfer2014-04-039-248/+296
| * | | Added cURL dependency for Amazon S3, Dropbox and SWIFTPhilipp Kapfer2014-04-034-3/+42
| * | | Changed dependency check messages from warnings to notesPhilipp Kapfer2014-04-035-8/+41
| * | | Added cURL dependency check to Google Drive and WebDAV backendPhilipp Kapfer2014-04-034-4/+33
| * | | Modified app to dynamically register backends instead of hard-coding themPhilipp Kapfer2014-04-034-158/+129
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-089-3/+51
* | | | Merge pull request #8086 from owncloud/fix_copy_conflict_translations_in_jsThomas Müller2014-04-071-2/+2
|\ \ \ \
| * | | | Fix copy conflict dialog translationJörn Friedrich Dreyer2014-04-071-2/+2
* | | | | Merge pull request #6221 from leo-b/ldap_get_all_groupsblizzz2014-04-073-3/+49
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | adapt description of paging size configurationAlexander Bergolth2014-03-281-1/+1
| * | | | change default ldap paging size to 500Alexander Bergolth2014-03-281-1/+1
| * | | | make getGroupsChunk() protected instead of privateAlexander Bergolth2014-03-131-1/+1
| * | | | adapt coding styleAlexander Bergolth2014-03-131-15/+15
| * | | | fix another oversight... sigh..root2014-03-051-1/+1
| * | | | getGroups(): fix overall max search limit for paged searchesroot2014-03-041-3/+3
| * | | | getGroups() $limit was not handled correctlyroot2014-03-041-2/+7
| * | | | revert updateGroups job to use getGroups() instead of getAllGroups()root2014-03-041-1/+1
| * | | | merge functionality of getAllGroups into getGroupsroot2014-03-041-15/+18
| * | | | Merge branch 'ldap_paging_chunksize' into ldap_get_all_groupsroot2014-03-042-1/+5
| |\ \ \ \
| | * | | | add ldap_paging_size config optionroot2014-03-042-1/+5
| * | | | | use getAllGroup() in the updateGroups background jobroot2014-03-041-1/+1
| * | | | | add getAllGroups() that uses a paged search if availableroot2014-03-041-0/+34
| |/ / / /
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-074-0/+9
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-066-3/+19
* | | | | Show higher resolution previews for high dpi screensRobin Appelman2014-04-041-2/+4
* | | | | Merge pull request #8015 from owncloud/storageinfo-reuseVincent Petry2014-04-041-2/+2
|\ \ \ \ \
| * | | | | Allow reusing FileInfo for getStorageInfoRobin Appelman2014-04-021-2/+2
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-0471-224/+115
* | | | | | Merge pull request #6968 from owncloud/files-ajaxloadMorris Jobke2014-04-0338-1366/+2337
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Correctly set svg for crumb dividerVincent Petry2014-04-031-1/+1
| * | | | | Fixed dirInfo check for non existing dir in files ajax callVincent Petry2014-04-031-1/+1
| * | | | | Removed redundant free space and upload limit in public pageVincent Petry2014-04-031-4/+0
| * | | | | Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-0238-1365/+2340