summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4624 from owncloud/convert-oc_appconfigThomas Müller2014-02-137-91/+342
|\
| * sort expected result in testsRobin Appelman2014-02-131-0/+2
| * Add explicit sortingRobin Appelman2014-02-111-2/+4
| * Merge branch 'master' into convert-oc_appconfigRobin Appelman2014-02-1133-58/+266
| |\
| * | Remove the Test_AppConfig_Object tests as they no longer make sense with cachingRobin Appelman2014-02-071-180/+0
| * | Add caching to appconfigRobin Appelman2014-02-072-16/+48
| * | use the 'new' server container for appconfigRobin Appelman2014-02-072224-76883/+172118
| |\ \
| * | | Move legacy file to correct locationBart Visscher2013-10-021-0/+0
| * | | Merge branch 'master' into convert-oc_appconfigBart Visscher2013-10-021012-10067/+30755
| |\ \ \
| * | | | Enable appconfig assertsBart Visscher2013-09-191-4/+4
| * | | | Style fixesBart Visscher2013-09-191-21/+25
| * | | | check for valid appinfo in installerBart Visscher2013-09-191-0/+3
| * | | | Convert OC_Appconfig to object interfaceBart Visscher2013-09-193-67/+382
* | | | | Merge pull request #7178 from owncloud/issue/6277Thomas Müller2014-02-121-1/+1
|\ \ \ \ \
| * | | | | External FTP Storage should request hostname instead of URLJoas Schilling2014-02-121-1/+1
* | | | | | Merge pull request #6964 from owncloud/storagestatistics-reuseicewind19912014-02-123-13/+18
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'master' into storagestatistics-reuseRobin Appelman2014-02-1041-192/+737
| |\ \ \ \ \
| * \ \ \ \ \ merge master into storagestatistics-reuseRobin Appelman2014-02-0577-587/+1513
| |\ \ \ \ \ \
| * | | | | | | Reuse the calculated free_space in buildFileStorageStatisticsRobin Appelman2014-01-273-10/+14
* | | | | | | | Merge pull request #7085 from owncloud/quick-fix-7019-masterThomas Müller2014-02-111-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Load authentication apps to get users from all backends - fixes #7019Thomas Müller2014-02-051-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #7075 from owncloud/quota-storagexsendfileVincent Petry2014-02-115-1/+36
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Added isLocal() method to storage, used for xsendfileVincent Petry2014-02-065-1/+36
* | | | | | | | intendationArthur Schiwon2014-02-111-5/+5
* | | | | | | | fix DIArthur Schiwon2014-02-112-5/+8
* | | | | | | | Inject loggerArthur Schiwon2014-02-112-3/+13
* | | | | | | | wrong tldArthur Schiwon2014-02-111-1/+1
* | | | | | | | test for share dialoge sorterArthur Schiwon2014-02-111-0/+40
* | | | | | | | sort following entries in alphabetical orderArthur Schiwon2014-02-111-3/+4
* | | | | | | | move sorter into a classArthur Schiwon2014-02-112-24/+56
* | | | | | | | respect coding guidelinesArthur Schiwon2014-02-111-1/+1
* | | | | | | | on filtering the share box users and groups whose name begins with the search...Arthur Schiwon2014-02-111-0/+24
* | | | | | | | Merge pull request #6881 from owncloud/remove-user-storage-entryVincent Petry2014-02-102-0/+22
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into remove-user-storage-entryRobin Appelman2014-02-10160-5729/+17301
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Also clean up the filecache table when deleting a storage entryRobin Appelman2014-02-031-0/+6
| * | | | | | | | Revert "Use Cache->clear to cleanup the filecache for removed users"Robin Appelman2014-02-031-10/+5
| * | | | | | | | Use Cache->clear to cleanup the filecache for removed usersRobin Appelman2014-01-221-5/+10
| * | | | | | | | Also remove the user's home storage from the storage table when deleting a userRobin Appelman2014-01-212-0/+16
* | | | | | | | | LDAP: improve debug messageArthur Schiwon2014-02-101-1/+2
* | | | | | | | | LDAP: also try MS AD's thumbnailPhoto when looking for an avatar imageArthur Schiwon2014-02-101-6/+24
* | | | | | | | | Merge pull request #6988 from owncloud/oc_api_fix_warinigsTom Needham2014-02-101-6/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | getData() always needs to return an arrayBjoern Schiessle2014-02-071-6/+12
* | | | | | | | | | Merge pull request #7134 from owncloud/issue/5794Morris Jobke2014-02-101-2/+2
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Make google drive client secret and dropbox api secret a password fieldJoas Schilling2014-02-071-2/+2
* | | | | | | | | | Merge pull request #7140 from owncloud/enc_dont_login_during_encryptionMorris Jobke2014-02-101-1/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | refuse login as long as the initial encryption is runningBjoern Schiessle2014-02-101-1/+8
* | | | | | | | | | | LDAP: add documentation info in info.xmlArthur Schiwon2014-02-101-0/+3
* | | | | | | | | | | Merge pull request #7126 from nickvergessen/issue/6683Vincent Petry2014-02-102-4/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Only add files to file list when uploading to current directoryJoas Schilling2014-02-072-4/+6
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Rephrase and clarify log messageArthur Schiwon2014-02-101-1/+1