Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | 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 | |
* | | | | | | | | | Merge pull request #24023 from owncloud/command_psr4 | Thomas Müller | 2016-04-15 | 6 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Move \OC\Command to PSR-4 | Roeland Jago Douma | 2016-04-15 | 6 | -0/+0 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #24024 from owncloud/dropbox-autoload | Thomas Müller | 2016-04-15 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix loading the dropbox autoloader | Robin Appelman | 2016-04-15 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #24016 from owncloud/cache_psr4 | Roeland Douma | 2016-04-15 | 2 | -0/+0 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Move \OC\Cache to PSR-4 | Roeland Jago Douma | 2016-04-15 | 2 | -0/+0 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #24013 from owncloud/session_psr4 | Thomas Müller | 2016-04-15 | 5 | -0/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Move \OC\Session to PSR-4 | Roeland Jago Douma | 2016-04-15 | 5 | -0/+0 | |
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-15 | 10 | -36/+66 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #24007 from owncloud/security_psr4 | Thomas Müller | 2016-04-14 | 13 | -0/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Move \OC\Security to PSR-4 | Roeland Jago Douma | 2016-04-14 | 13 | -0/+0 | |
* | | | | | | | | Merge pull request #23998 from owncloud/translate-birthday | Thomas Müller | 2016-04-14 | 5 | -17/+54 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Translate contacts birthday - fixes #23982 | Thomas Müller | 2016-04-14 | 5 | -17/+54 | |
* | | | | | | | | | Merge pull request #24005 from owncloud/3rdparty-has-to-be-in-root | Thomas Müller | 2016-04-14 | 3 | -47/+8 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Kill movable 3rdparty | Thomas Müller | 2016-04-14 | 3 | -47/+8 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #23994 from owncloud/log-in-image | Thomas Müller | 2016-04-14 | 2 | -20/+11 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | use background image for log in view | Jan-Christoph Borchardt | 2016-04-14 | 2 | -20/+11 | |
* | | | | | | | | | | Merge pull request #23561 from owncloud/background-scan-unscanned | C. Montero Luque | 2016-04-14 | 1 | -19/+31 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'master' into background-scan-unscanned | C. Montero Luque | 2016-03-25 | 53 | -13/+307 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | handle completely unscanned storages in the background scanner | Robin Appelman | 2016-03-24 | 1 | -19/+31 | |
* | | | | | | | | | | | 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 | Arthur Schiwon | 2016-03-23 | 2 | -2/+6 | |
* | | | | | | | | | | | | Merge pull request #23985 from owncloud/ext-fix-namespaces | Morris Jobke | 2016-04-14 | 39 | -121/+132 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | 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 | 37 | -118/+130 | |
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #23991 from owncloud/handle-exceptions-in-templates | Thomas Müller | 2016-04-14 | 1 | -2/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Properly handle exception within templates | Morris Jobke | 2016-04-14 | 1 | -2/+7 | |
* | | | | | | | | | | | | Merge pull request #23975 from owncloud/change-default-calendar-and-contacts-... | Thomas Müller | 2016-04-14 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Use better names for the default calendars and addressbooks - fixes #23720 | Thomas Müller | 2016-04-13 | 1 | -2/+4 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #22760 from owncloud/tooltip-cssfix | Thomas Müller | 2016-04-14 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | add word wrap to tooltips | Erik Pellikka | 2016-03-02 | 1 | -0/+1 | |
* | | | | | | | | | | | | | close navigation menu when opening app in new tab (#23914) | Christoph Wurst | 2016-04-14 | 1 | -0/+4 | |
* | | | | | | | | | | | | | add loading feedback to user menu entries (#23916) | Christoph Wurst | 2016-04-14 | 2 | -0/+21 | |
* | | | | | | | | | | | | | On mount make sure multiple shares with same target map to unique ones (#23937) | Roeland Douma | 2016-04-14 | 3 | -15/+61 | |
* | | | | | | | | | | | | | Scrutinizer Auto-Fixes (#23959) | Scrutinizer Auto-Fixer | 2016-04-14 | 1 | -2/+2 | |
* | | | | | | | | | | | | | Merge pull request #23976 from owncloud/kill-dav-migration | Thomas Müller | 2016-04-14 | 15 | -1476/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Remove dav migration for 9.1 | Thomas Müller | 2016-04-13 | 15 | -1476/+0 | |
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #19615 from owncloud/issue-15858-mount-points-return-wrong... | Morris Jobke | 2016-04-14 | 1 | -4/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Fix Share::getUsersSharingFile() for mount points | Joas Schilling | 2016-04-13 | 1 | -4/+17 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #23986 from owncloud/psr-4_lock | Roeland Douma | 2016-04-14 | 4 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Move \OC\Lock to PSR-4 | Roeland Jago Douma | 2016-04-14 | 4 | -0/+0 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-14 | 4 | -0/+4 | |
* | | | | | | | | | | | | Merge pull request #23981 from owncloud/app_psr4 | Thomas Müller | 2016-04-14 | 14 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Move \OC\App to PSR-4 | Roeland Jago Douma | 2016-04-13 | 14 | -0/+0 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #20118 from owncloud/chunked-upload-dav | Thomas Müller | 2016-04-13 | 14 | -15/+809 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix unit test of file plugin | Thomas Müller | 2016-04-12 | 2 | -14/+21 | |
| * | | | | | | | | | | Fix chunk file move | Thomas Müller | 2016-04-12 | 1 | -1/+9 |