summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8483 from owncloud/encryption_use_oc_preferencesThomas Müller2014-06-0514-183/+318
|\
| * adding unit tests for encryption data migrationThomas Müller2014-06-054-14/+224
| * use oc_preferences instead of oc_encryption to store encyption settingsBjoern Schiessle2014-06-059-184/+69
| * allow to set pre-condition for setValueBjoern Schiessle2014-06-053-31/+71
* | Merge pull request #8865 from owncloud/improve_share_settingsVincent Petry2014-06-057-28/+38
|\ \ | |/ |/|
| * unify share settingsBjoern Schiessle2014-06-056-18/+32
| * This settings doesn't belong togetherBjoern Schiessle2014-06-052-11/+10
| * improve share settings workingBjoern Schiessle2014-06-051-5/+2
* | Merge pull request #8893 from owncloud/feature/get-users-by-preferenceThomas Müller2014-06-052-0/+48
|\ \
| * | Sort the result before comparingJoas Schilling2014-06-051-1/+3
| * | Hack around oracle for CLOB fieldsJoas Schilling2014-06-051-1/+9
| * | Add method to get users by their preferenceJoas Schilling2014-06-052-0/+38
* | | Merge pull request #8902 from owncloud/fix_ldap_typo_2Thomas Müller2014-06-051-1/+1
|\ \ \
| * | | fix typo in var nameArthur Schiwon2014-06-051-1/+1
|/ / /
* | | Merge pull request #8891 from owncloud/design-emptycontentjbtbnl2014-06-051-2/+1
|\ \ \ | |_|/ |/| |
| * | fix size and unbold empty content messageJan-Christoph Borchardt2014-06-051-2/+1
* | | Merge pull request #8897 from owncloud/fix-multiselectJörn Friedrich Dreyer2014-06-051-1/+1
|\ \ \
| * | | fix files multiselect bar now that the app list is goneJan-Christoph Borchardt2014-06-051-1/+1
* | | | Merge pull request #8529 from owncloud/remove-legacy-routingThomas Müller2014-06-056-62/+35
|\ \ \ \ | |/ / / |/| | |
| * | | Move authentication to it's own callLukas Reschke2014-06-053-3/+6
| * | | Remove legacy routing codeLukas Reschke2014-06-056-62/+32
* | | | Merge pull request #8889 from owncloud/mtime-reuseThomas Müller2014-06-052-2/+3
|\ \ \ \
| * | | | Fix uit testsRobin Appelman2014-06-051-2/+2
| * | | | Don't update the mtime if the storage mtime hasn't changedRobin Appelman2014-06-051-0/+1
* | | | | Merge pull request #8866 from owncloud/flock-quotafixVincent Petry2014-06-051-1/+1
|\ \ \ \ \
| * | | | | Fixed quota wrapper to return the value from flock()Vincent Petry2014-06-041-1/+1
* | | | | | Merge pull request #8894 from owncloud/public-share-js-overwriteThomas Müller2014-06-051-1/+3
|\ \ \ \ \ \
| * | | | | | Dont overwrite OCA.SharingRobin Appelman2014-06-051-1/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #8890 from owncloud/cleanup-trashsizes-table-masterThomas Müller2014-06-052-33/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | table files_trashsizes was still used in some locations -> removedThomas Müller2014-06-052-33/+2
* | | | | | Merge pull request #8880 from owncloud/webdav-read-permissionsThomas Müller2014-06-051-0/+24
|\ \ \ \ \ \
| * | | | | | Use the permissions exposed by ownCloud for webdav external storagesRobin Appelman2014-06-041-0/+24
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #8883 from owncloud/files-slide-toggleJan-Christoph Borchardt2014-06-052-8/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | use slide toggle for files appBernhard Posselt2014-06-052-8/+2
* | | | | | Merge pull request #7878 from owncloud/quota-extstorageswitchicewind19912014-06-054-24/+180
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Added experimental switch to count external storage data in quotaVincent Petry2014-06-044-24/+180
| |/ / / /
* | | | | Merge pull request #8861 from owncloud/share-overview-linklistVincent Petry2014-06-054-2/+146
|\ \ \ \ \
| * | | | | Fixed wording to "Shared by link"Vincent Petry2014-06-042-3/+3
| * | | | | Added "Shared with link" sidebar section in files appVincent Petry2014-06-044-2/+146
* | | | | | Merge pull request #8884 from owncloud/move-flock-to-appJörn Friedrich Dreyer2014-06-054-564/+0
|\ \ \ \ \ \
| * | | | | | remove file locking - code will continue to live in it's own appThomas Müller2014-06-044-564/+0
* | | | | | | Merge pull request #8620 from owncloud/design-navigation-twoThomas Müller2014-06-0513-418/+397
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | fix leading decimal Scrutinizer coding style issueJan-Christoph Borchardt2014-06-051-3/+3
| * | | | | | fix unit test templateMorris Jobke2014-06-051-1/+1
| * | | | | | fix first failing testMorris Jobke2014-06-051-2/+1
| * | | | | | add to app navigation after enablingMorris Jobke2014-06-041-8/+10
| * | | | | | hover effect for app switcher labelJan-Christoph Borchardt2014-06-041-6/+18
| * | | | | | fix related layout issues in user managementJan-Christoph Borchardt2014-06-043-2/+6
| * | | | | | add a bit of whitespace to the bottom of the app listJan-Christoph Borchardt2014-06-041-0/+1
| * | | | | | reduce opacity of app icon when loadingJan-Christoph Borchardt2014-06-041-5/+3