Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 5.0.16 RC1v5.0.16RC1 | Frank Karlitschek | 2014-04-23 | 1 | -2/+2 |
| | |||||
* | Merge pull request #8298 from owncloud/backport_6290_to_stable5 | Thomas Müller | 2014-04-23 | 7 | -19/+100 |
|\ | | | | | Backport #6290 to stable5 | ||||
| * | restore trashbin download.php | Jörn Friedrich Dreyer | 2014-04-22 | 1 | -0/+46 |
| | | |||||
| * | backport #6290 to stable5 | Jörn Friedrich Dreyer | 2014-04-22 | 7 | -64/+99 |
| | | |||||
* | | Check whether the user has permissions to add personal storage backends | Lukas Reschke | 2014-04-23 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Quick’n dirty back port of #8182 - master has a better fix but that should be good enough… missing return - OCP\JSON::success does not terminate the PHP process - which is good ;-) Use error instead of success Revert "Use error instead of success" This reverts commit e2d5535a5aa436c3896e46f0b9e8ff1bd5640d4d. Use error instead of success | ||||
* | | Merge pull request #8323 from owncloud/stable5-backport-8183-and-co | Lukas Reschke | 2014-04-23 | 6 | -123/+185 |
|\ \ | | | | | | | Backport of #8183 and #8197 | ||||
| * | | Backport of #8197 to stable6 | Robin Appelman | 2014-04-23 | 3 | -99/+156 |
| | | | |||||
| * | | Backport of #8183 to stable6 | Robin Appelman | 2014-04-23 | 3 | -24/+29 |
|/ / | |||||
* | | Merge pull request #8299 from owncloud/fix_group_restore_stable5 | Björn Schießle | 2014-04-22 | 0 | -0/+0 |
|\ \ | | | | | | | fix variable name | ||||
| * | | fix variable name | Bjoern Schiessle | 2014-04-22 | 1 | -1/+1 |
| | | | |||||
* | | | Backport of #7682 to stable5 | Lukas Reschke | 2014-04-18 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #8115 from owncloud/stable5-fixselectallanddownload | Morris Jobke | 2014-04-17 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | [stable5] Added missing var that messes up IE8 | ||||
| * | | | Added missing var that messes up IE8 | Vincent Petry | 2014-04-08 | 1 | -1/+2 |
| | | | | |||||
* | | | | Verify that a file exists before we share it | Robin Appelman | 2014-04-17 | 1 | -0/+11 |
| |_|/ |/| | | |||||
* | | | Merge pull request #8234 from owncloud/backport-fileids-stable5 | Thomas Müller | 2014-04-16 | 3 | -0/+120 |
|\ \ \ | | | | | | | | | backport of the FilesPlugin to stable5 | ||||
| * | | | adding the plugin to the server object | Thomas Müller | 2014-04-16 | 1 | -0/+1 |
| | | | | |||||
| * | | | backport of the FilesPlugin to stable5 | Thomas Müller | 2014-04-16 | 2 | -0/+119 |
|/ / / | |||||
* | | | Fixed Sabre Node implementation to correctly return timestamps as int | Vincent Petry | 2014-04-10 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Negative timestamps were returned as string and were confusing other Sabre API like Sabre_DAV_Property_GetLastModified. This fix makes sure the timestamp is returned as int when defined. Backport of 4f11786 from master | ||||
* | | | Merge pull request #8005 from owncloud/files-fixie8upload | Vincent Petry | 2014-04-10 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | [stable5] Added requesttoken back for IE8 | ||||
| * | | | Added requesttoken back for IE8 | Vincent Petry | 2014-04-02 | 1 | -0/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #8030 from owncloud/getpath-shared-stable5 | Thomas Müller | 2014-04-10 | 4 | -5/+113 |
|\ \ \ | |_|/ |/| | | [stable5] Make getPath work for shared files | ||||
| * | | Improve phpdoc | Robin Appelman | 2014-04-03 | 2 | -1/+10 |
| | | | |||||
| * | | Implement getPath for shared files | Robin Appelman | 2014-04-03 | 2 | -0/+76 |
| | | | |||||
| * | | Give storages the option to implement the getById behaviour for View->getPath | Robin Appelman | 2014-04-03 | 2 | -5/+28 |
|/ / | |||||
* | | Revert "remove Sabre_DAV_Browser_Plugin" | Thomas Müller | 2014-04-01 | 1 | -0/+1 |
| | | | | | | | | This reverts commit 997a9ce0b127bbfdc7ea4319cc20a276a6f542b1. | ||||
* | | Merge pull request #7610 from owncloud/stable5-fix-updater | Vincent Petry | 2014-03-28 | 1 | -1/+1 |
|\ \ | | | | | | | Backport of https://github.com/owncloud/core/pull/7609 | ||||
| * | | Use $installedVersion instead of $currentVersion | Lukas Reschke | 2014-03-06 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #7229 from owncloud/stable5-fix-5828-backport | blizzz | 2014-03-28 | 1 | -2/+13 |
|\ \ \ | | | | | | | | | Backport fix-5828 manually to stable5. Implements 17e45e2 on stable5 | ||||
| * | | | Backport fix-5828 manually to stable5. Implements 17e45e2 on stable5 | tomneedham | 2014-02-17 | 1 | -2/+13 |
| | | | | |||||
* | | | | Merge pull request #7900 from owncloud/close_session_early_on_download_stable5 | Morris Jobke | 2014-03-28 | 1 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | Close session early on download stable5 | ||||
| * | | | | don't block php session while download is in progress | Jörn Friedrich Dreyer | 2014-03-26 | 1 | -0/+3 |
|/ / / / | |||||
* | | | | Merge pull request #7763 from owncloud/stable5-fixrestoreall | Vincent Petry | 2014-03-19 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | [stable5] Fix "restore all selected files" | ||||
| * | | | | Fix "restore all selected files" | Vincent Petry | 2014-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems that a typo sneaked in during a backport. This fixes the case when selecting files in the trashbin and clicking "Restore" on the tool bar to restore them all. | ||||
* | | | | | Merge pull request #7762 from owncloud/stable5-fixtrashandversionrootsizecalc | Vincent Petry | 2014-03-17 | 2 | -2/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | [stable5] [backport] When reading the size of "files" mountpoints need to be excluded | ||||
| * | | | | When reading the size of "files" mountpoints need to be excluded | Vincent Petry | 2014-03-17 | 2 | -2/+2 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The versions and trashbin app are now passing "includeMountPoints=false" to "getFileInfo()" to make sure that the calculated total size doesn't include mount points like Shared or external storage. This is because the default call (legacy) used to return the size of mount points as well. Fixes #6731 | ||||
* | | | | fix left-over from merge conflict | Bjoern Schiessle | 2014-03-13 | 1 | -4/+0 |
| | | | | |||||
* | | | | finally fix the paths for the OCS Share API | Bjoern Schiessle | 2014-03-13 | 3 | -4/+135 |
| | | | | |||||
* | | | | Merge pull request #7700 from owncloud/backport-7681-stable5 | Thomas Müller | 2014-03-13 | 1 | -1/+0 |
|\ \ \ \ | | | | | | | | | | | remove Sabre_DAV_Browser_Plugin | ||||
| * | | | | remove Sabre_DAV_Browser_Plugin | Thomas Müller | 2014-03-12 | 1 | -1/+0 |
|/ / / / | | | | | | | | | | | | | | | | | Conflicts: apps/files/appinfo/remote.php | ||||
* | | | | Merge pull request #7691 from owncloud/backport-7683-stable5 | Vincent Petry | 2014-03-12 | 2 | -3/+32 |
|\ \ \ \ | | | | | | | | | | | Backport 7683 stable5 | ||||
| * | | | | fixing method names | Thomas Müller | 2014-03-12 | 2 | -2/+1 |
| | | | | | |||||
| * | | | | set content-type on ocs exceptions | Thomas Müller | 2014-03-12 | 2 | -3/+33 |
|/ / / / | | | | | | | | | | | | | | | | | Conflicts: lib/api.php | ||||
* | | | | add 'received_from' info to the share, so that every share can have a ↵ | Bjoern Schiessle | 2014-03-11 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | different value | ||||
* | | | | fix path creation for re-shares, issue #7662 | Bjoern Schiessle | 2014-03-11 | 2 | -4/+279 |
| | | | | |||||
* | | | | Disable XML entities when parsing XML | Vincent Petry | 2014-03-10 | 2 | -4/+14 |
| | | | | |||||
* | | | | Merge pull request #7654 from owncloud/backport-7646-stable5 | Thomas Müller | 2014-03-10 | 2 | -7/+42 |
|\ \ \ \ | | | | | | | | | | | we need the file_source to delete a share successfully | ||||
| * | | | | we need the file_source to delete a share successfully | Bjoern Schiessle | 2014-03-10 | 2 | -7/+42 |
|/ / / / | | | | | | | | | | | | | | | | | Conflicts: apps/files_sharing/tests/api.php | ||||
* | | | | Merge pull request #7584 from owncloud/stable5-trusteddomainerrorpage | Vincent Petry | 2014-03-07 | 3 | -19/+215 |
|\ \ \ \ | |_|/ / |/| | | | [stable5] Show warning page when accessing server from an untrusted domain | ||||
| * | | | Fixed X-Forwarded-Host parsing | Vincent Petry | 2014-03-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Backport of d7163c9 from stable6 | ||||
| * | | | Added unit tests for serverHost and other related functions | Vincent Petry | 2014-03-06 | 1 | -0/+136 |
| | | | | | | | | | | | | | | | | Backport of 98ff74a from stable6 |