summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23952 from owncloud/hide-hidden-filesThomas Müller2016-04-2013-13/+155
|\
| * filter hidden files on the web interfaceChristoph Wurst2016-04-1913-13/+155
* | Merge pull request #24094 from owncloud/move_dummy_group_backend_to_testThomas Müller2016-04-201-1/+1
|\ \
| * | Move the group dummy backend to testRoeland Jago Douma2016-04-191-1/+1
| |/
* | Merge pull request #24097 from owncloud/fix_23632Thomas Müller2016-04-202-10/+48
|\ \
| * | we need to initialize the mount points of the given user before we recoverBjörn Schießle2016-04-192-10/+48
* | | Merge pull request #23915 from owncloud/activity-505-always-stream-for-commentsBjörn Schießle2016-04-201-2/+9
|\ \ \ | |/ / |/| |
| * | Always add activities for comments to the streamJoas Schilling2016-04-111-2/+9
* | | Merge pull request #24004 from owncloud/dont-transfer-files-to-not-ready-userThomas Müller2016-04-193-0/+20
|\ \ \
| * | | Introduce isReadyForUser and verify in file transfer ownership - fixes #23786Thomas Müller2016-04-153-0/+20
* | | | Merge pull request #24076 from owncloud/fix-initial-calendar-and-addressbook-...Lukas Reschke2016-04-192-18/+89
|\ \ \ \
| * | | | Fix displayname for initial calendars and address books - fixes #24057Thomas Müller2016-04-182-18/+89
* | | | | Merge pull request #24054 from owncloud/data_fingerprintRoeland Douma2016-04-195-12/+101
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add data-fingerprint property to webdavRoeland Jago Douma2016-04-185-12/+101
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-194-0/+14
* | | | | Merge pull request #23973 from owncloud/share_move_post_delete_from_group_hookThomas Müller2016-04-191-0/+11
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Move post_removeFromGroup to shareManagerRoeland Jago Douma2016-04-131-0/+11
* | | | | Revert "Fix displayname for initial calendars and address books - fixes #24057"Thomas Müller2016-04-182-89/+18
* | | | | Fix displayname for initial calendars and address books - fixes #24057Thomas Müller2016-04-182-18/+89
* | | | | Remove deprecated HTTPHelperThomas Müller2016-04-182-2/+2
* | | | | Move version check code out of class UpdaterThomas Müller2016-04-184-11/+9
| |/ / / |/| | |
* | | | Merge pull request #23268 from owncloud/range-requests-should-not-block-the-s...Thomas Müller2016-04-181-0/+1
|\ \ \ \
| * | | | Close session for publicwebdavLukas Reschke2016-03-151-0/+1
* | | | | Merge pull request #24017 from owncloud/share-permissions-namespaceThomas Müller2016-04-151-1/+1
|\ \ \ \ \
| * | | | | Move share-permissions property namespaceRoeland Jago Douma2016-04-151-1/+1
* | | | | | Merge pull request #23933 from owncloud/remember-file-sortingThomas Müller2016-04-1510-16/+161
|\ \ \ \ \ \
| * | | | | | fix default value, update js/php testsChristoph Wurst2016-04-136-17/+116
| * | | | | | persist file sorting changesChristoph Wurst2016-04-137-8/+47
| * | | | | | load file sorting mode from the dbChristoph Wurst2016-04-134-2/+9
* | | | | | | Fix loading the dropbox autoloaderRobin Appelman2016-04-151-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #23998 from owncloud/translate-birthdayThomas Müller2016-04-144-16/+52
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Translate contacts birthday - fixes #23982Thomas Müller2016-04-144-16/+52
* | | | | | Merge pull request #23527 from owncloud/fix-21136C. Montero Luque2016-04-142-2/+6
|\ \ \ \ \ \
| * | | | | | disable Paged Search when chunksize is set to 0, fixes #21136Arthur Schiwon2016-03-232-2/+6
* | | | | | | Merge pull request #23985 from owncloud/ext-fix-namespacesMorris Jobke2016-04-1437-117/+127
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix OCA\Files\External\Api namespaceRobin McCorkell2016-04-143-3/+2
| * | | | | | Fix storage backend class namespaces and move to subdirRobin McCorkell2016-04-1435-114/+125
* | | | | | | Merge pull request #23975 from owncloud/change-default-calendar-and-contacts-...Thomas Müller2016-04-141-2/+4
|\ \ \ \ \ \ \
| * | | | | | | Use better names for the default calendars and addressbooks - fixes #23720Thomas Müller2016-04-131-2/+4
| |/ / / / / /
* | | | | | | On mount make sure multiple shares with same target map to unique ones (#23937)Roeland Douma2016-04-142-15/+49
* | | | | | | Remove dav migration for 9.1Thomas Müller2016-04-1315-1476/+0
|/ / / / / /
* | | | | | Merge pull request #20118 from owncloud/chunked-upload-davThomas Müller2016-04-1312-15/+741
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix unit test of file pluginThomas Müller2016-04-122-14/+21
| * | | | | Fix chunk file moveThomas Müller2016-04-121-1/+9
| * | | | | Initial implementation of the new chunked upload - as specified in https://dr...Thomas Müller2016-04-1210-1/+712
* | | | | | restore selection after re-rendering file rowsChristoph Wurst2016-04-131-0/+5
| |_|/ / / |/| | | |
* | | | | Merge pull request #23945 from owncloud/fix_oc_share_permissionsJoas Schilling2016-04-132-26/+18
|\ \ \ \ \
| * | | | | always return the complete permissions the file was shared withBjörn Schießle2016-04-122-26/+18
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-04-1316-2/+38
|/ / / / /
* / / / / apps: Fix typos (found by codespell) (#23862)Stefan Weil2016-04-127-11/+11
|/ / / /