summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #24081 from owncloud/migrate-deprecated-jquery-v1-functionsThomas Müller2016-04-206-211/+4
|\ | | | | migrate deprecated jQuery 1.x functions
| * replace $().attr('checked') by $().prop('checked', state) or $().is(':checked')Christoph Wurst2016-04-191-1/+1
| |
| * replace $.parseJSON() by JSON.parse()Christoph Wurst2016-04-195-209/+2
| |
| * migrate jQuery.fn.unload()Christoph Wurst2016-04-191-1/+1
| |
* | Merge pull request #23919 from owncloud/cyclyc-share-dep-exampleThomas Müller2016-04-2025-1191/+865
|\ \ | | | | | | SharedStorage to new sharing code + cleanup
| * | Move moveFromCache to CacheJailRoeland Jago Douma2016-04-191-4/+0
| | |
| * | Move copy- and moveFromStorage to jailRoeland Jago Douma2016-04-191-20/+0
| | |
| * | Only construct the storage when we start using itRobin Appelman2016-04-191-7/+16
| | |
| * | Fix resolve pathRoeland Jago Douma2016-04-192-13/+1
| | |
| * | Fix testsRoeland Jago Douma2016-04-1917-720/+731
| | |
| * | Fix related logicRoeland Jago Douma2016-04-191-1/+1
| | |
| * | Move SharedStorage et al over to the shareManager and jailRoeland Jago Douma2016-04-198-456/+146
| |/
* | Merge pull request #23952 from owncloud/hide-hidden-filesThomas Müller2016-04-2013-13/+155
|\ \ | | | | | | Add option to hide hidden files
| * | filter hidden files on the web interfaceChristoph Wurst2016-04-1913-13/+155
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add checkbox to toggle show/hide hidden files persist show hidden setting fix settings menu layout test ApiController::showHiddenFiles don't show hidden files by default Store config in Backbone model and inject it into FileList Filter files only temporarily when rending the file list Fix file rename validation
* | Merge pull request #24094 from owncloud/move_dummy_group_backend_to_testThomas Müller2016-04-201-1/+1
|\ \ | | | | | | Move the group dummy backend to test
| * | Move the group dummy backend to testRoeland Jago Douma2016-04-191-1/+1
| |/ | | | | | | | | The dummy backend is only used for testing and should thus reside in tests.
* | Merge pull request #24097 from owncloud/fix_23632Thomas Müller2016-04-202-10/+48
|\ \ | | | | | | init users mount point before recovery
| * | we need to initialize the mount points of the given user before we recoverBjörn Schießle2016-04-192-10/+48
| | | | | | | | | | | | access to his files
* | | 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 stream
| * | 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
| * | | Introduce isReadyForUser and verify in file transfer ownership - fixes #23786Thomas Müller2016-04-153-0/+20
| | | |
* | | | Merge pull request #24076 from ↵Lukas Reschke2016-04-192-18/+89
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | owncloud/fix-initial-calendar-and-addressbook-names Fix displayname for initial calendars and address books
| * | | | 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
| * | | | 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 shareManager
| * | | | Move post_removeFromGroup to shareManagerRoeland Jago Douma2016-04-131-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The last sharing hook to be moved over. * Added unit tests * Removed old tests that relied on old behaviour * Removed old hooks.php
* | | | | Revert "Fix displayname for initial calendars and address books - fixes #24057"Thomas Müller2016-04-182-89/+18
| | | | | | | | | | | | | | | | | | | | This reverts commit a5d3e5ed6893b35dc473a479105d95f03a403999.
* | | | | 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 ↵Thomas Müller2016-04-181-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | owncloud/range-requests-should-not-block-the-session Close session for publicwebdav
| * | | | Close session for publicwebdavLukas Reschke2016-03-151-0/+1
| | | | | | | | | | | | | | | | | | | | We need to close the session otherwise streaming will lead to a blocked ownCloud.
* | | | | Merge pull request #24017 from owncloud/share-permissions-namespaceThomas Müller2016-04-151-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Move share-permissions property namespace
| * | | | | Move share-permissions property namespaceRoeland Jago Douma2016-04-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/23741
* | | | | | Merge pull request #23933 from owncloud/remember-file-sortingThomas Müller2016-04-1510-16/+161
|\ \ \ \ \ \ | | | | | | | | | | | | | | remember file sort order
| * | | | | | 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
| * | | | | 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 #21136
| * | | | | | 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 namespaces for files_external
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All classes that were previously \OC\Files\Storage\FooBar are now \OCA\Files_External\Lib\Storage\FooBar
* | | | | | | Merge pull request #23975 from ↵Thomas Müller2016-04-141-2/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/change-default-calendar-and-contacts-names Use better names for the default calendars and addressbooks