Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #24081 from owncloud/migrate-deprecated-jquery-v1-functions | Thomas Müller | 2016-04-20 | 6 | -211/+4 |
|\ | | | | | migrate deprecated jQuery 1.x functions | ||||
| * | replace $().attr('checked') by $().prop('checked', state) or $().is(':checked') | Christoph Wurst | 2016-04-19 | 1 | -1/+1 |
| | | |||||
| * | replace $.parseJSON() by JSON.parse() | Christoph Wurst | 2016-04-19 | 5 | -209/+2 |
| | | |||||
| * | migrate jQuery.fn.unload() | Christoph Wurst | 2016-04-19 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #23919 from owncloud/cyclyc-share-dep-example | Thomas Müller | 2016-04-20 | 25 | -1191/+865 |
|\ \ | | | | | | | SharedStorage to new sharing code + cleanup | ||||
| * | | Move moveFromCache to CacheJail | Roeland Jago Douma | 2016-04-19 | 1 | -4/+0 |
| | | | |||||
| * | | Move copy- and moveFromStorage to jail | Roeland Jago Douma | 2016-04-19 | 1 | -20/+0 |
| | | | |||||
| * | | Only construct the storage when we start using it | Robin Appelman | 2016-04-19 | 1 | -7/+16 |
| | | | |||||
| * | | Fix resolve path | Roeland Jago Douma | 2016-04-19 | 2 | -13/+1 |
| | | | |||||
| * | | Fix tests | Roeland Jago Douma | 2016-04-19 | 17 | -720/+731 |
| | | | |||||
| * | | Fix related logic | Roeland Jago Douma | 2016-04-19 | 1 | -1/+1 |
| | | | |||||
| * | | Move SharedStorage et al over to the shareManager and jail | Roeland Jago Douma | 2016-04-19 | 8 | -456/+146 |
| |/ | |||||
* | | Merge pull request #23952 from owncloud/hide-hidden-files | Thomas Müller | 2016-04-20 | 13 | -13/+155 |
|\ \ | | | | | | | Add option to hide hidden files | ||||
| * | | filter hidden files on the web interface | Christoph Wurst | 2016-04-19 | 13 | -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_test | Thomas Müller | 2016-04-20 | 1 | -1/+1 |
|\ \ | | | | | | | Move the group dummy backend to test | ||||
| * | | Move the group dummy backend to test | Roeland Jago Douma | 2016-04-19 | 1 | -1/+1 |
| |/ | | | | | | | | | The dummy backend is only used for testing and should thus reside in tests. | ||||
* | | Merge pull request #24097 from owncloud/fix_23632 | Thomas Müller | 2016-04-20 | 2 | -10/+48 |
|\ \ | | | | | | | init users mount point before recovery | ||||
| * | | we need to initialize the mount points of the given user before we recover | Björn Schießle | 2016-04-19 | 2 | -10/+48 |
| | | | | | | | | | | | | access to his files | ||||
* | | | Merge pull request #23915 from owncloud/activity-505-always-stream-for-comments | Björn Schießle | 2016-04-20 | 1 | -2/+9 |
|\ \ \ | |/ / |/| | | Always add activities for comments to the stream | ||||
| * | | Always add activities for comments to the stream | Joas Schilling | 2016-04-11 | 1 | -2/+9 |
| | | | |||||
* | | | Merge pull request #24004 from owncloud/dont-transfer-files-to-not-ready-user | Thomas Müller | 2016-04-19 | 3 | -0/+20 |
|\ \ \ | | | | | | | | | Introduce isReadyForUser and verify in file transfer ownership | ||||
| * | | | Introduce isReadyForUser and verify in file transfer ownership - fixes #23786 | Thomas Müller | 2016-04-15 | 3 | -0/+20 |
| | | | | |||||
* | | | | Merge pull request #24076 from ↵ | Lukas Reschke | 2016-04-19 | 2 | -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 #24057 | Thomas Müller | 2016-04-18 | 2 | -18/+89 |
| | | | | | |||||
* | | | | | Merge pull request #24054 from owncloud/data_fingerprint | Roeland Douma | 2016-04-19 | 5 | -12/+101 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Add data-fingerprint property | ||||
| * | | | | Add data-fingerprint property to webdav | Roeland Jago Douma | 2016-04-18 | 5 | -12/+101 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-19 | 4 | -0/+14 |
| | | | | | |||||
* | | | | | Merge pull request #23973 from owncloud/share_move_post_delete_from_group_hook | Thomas Müller | 2016-04-19 | 1 | -0/+11 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Move post_removeFromGroup to shareManager | ||||
| * | | | | Move post_removeFromGroup to shareManager | Roeland Jago Douma | 2016-04-13 | 1 | -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üller | 2016-04-18 | 2 | -89/+18 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit a5d3e5ed6893b35dc473a479105d95f03a403999. | ||||
* | | | | | Fix displayname for initial calendars and address books - fixes #24057 | Thomas Müller | 2016-04-18 | 2 | -18/+89 |
| | | | | | |||||
* | | | | | Remove deprecated HTTPHelper | Thomas Müller | 2016-04-18 | 2 | -2/+2 |
| | | | | | |||||
* | | | | | Move version check code out of class Updater | Thomas Müller | 2016-04-18 | 4 | -11/+9 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #23268 from ↵ | Thomas Müller | 2016-04-18 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/range-requests-should-not-block-the-session Close session for publicwebdav | ||||
| * | | | | Close session for publicwebdav | Lukas Reschke | 2016-03-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | We need to close the session otherwise streaming will lead to a blocked ownCloud. | ||||
* | | | | | Merge pull request #24017 from owncloud/share-permissions-namespace | Thomas Müller | 2016-04-15 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Move share-permissions property namespace | ||||
| * | | | | | Move share-permissions property namespace | Roeland Jago Douma | 2016-04-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/23741 | ||||
* | | | | | | Merge pull request #23933 from owncloud/remember-file-sorting | Thomas Müller | 2016-04-15 | 10 | -16/+161 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | remember file sort order | ||||
| * | | | | | | fix default value, update js/php tests | Christoph Wurst | 2016-04-13 | 6 | -17/+116 |
| | | | | | | | |||||
| * | | | | | | persist file sorting changes | Christoph Wurst | 2016-04-13 | 7 | -8/+47 |
| | | | | | | | |||||
| * | | | | | | load file sorting mode from the db | Christoph Wurst | 2016-04-13 | 4 | -2/+9 |
| | | | | | | | |||||
* | | | | | | | Fix loading the dropbox autoloader | Robin Appelman | 2016-04-15 | 1 | -1/+1 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge pull request #23998 from owncloud/translate-birthday | Thomas Müller | 2016-04-14 | 4 | -16/+52 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Translate contacts birthday | ||||
| * | | | | | Translate contacts birthday - fixes #23982 | Thomas Müller | 2016-04-14 | 4 | -16/+52 |
| | | | | | | |||||
* | | | | | | Merge pull request #23527 from owncloud/fix-21136 | C. Montero Luque | 2016-04-14 | 2 | -2/+6 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | disable Paged Search when chunksize is set to 0, fixes #21136 | ||||
| * | | | | | | disable Paged Search when chunksize is set to 0, fixes #21136 | Arthur Schiwon | 2016-03-23 | 2 | -2/+6 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #23985 from owncloud/ext-fix-namespaces | Morris Jobke | 2016-04-14 | 37 | -117/+127 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Fix namespaces for files_external | ||||
| * | | | | | | Fix OCA\Files\External\Api namespace | Robin McCorkell | 2016-04-14 | 3 | -3/+2 |
| | | | | | | | |||||
| * | | | | | | Fix storage backend class namespaces and move to subdir | Robin McCorkell | 2016-04-14 | 35 | -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üller | 2016-04-14 | 1 | -2/+4 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/change-default-calendar-and-contacts-names Use better names for the default calendars and addressbooks |