Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use moveFromStorage instead of streamCopy when restoring version | Vincent Petry | 2015-04-30 | 1 | -14/+1 |
| | |||||
* | Fix version rollback to keep fileid | Vincent Petry | 2015-04-30 | 2 | -4/+134 |
| | |||||
* | dont use our now non existing hook | Robin Appelman | 2015-04-27 | 1 | -1/+3 |
| | |||||
* | Fix usage of deprecated private constants | Joas Schilling | 2015-04-18 | 1 | -1/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-04-14 | 4 | -10/+10 |
| | |||||
* | fix versions tests | Bjoern Schiessle | 2015-04-07 | 1 | -0/+6 |
| | |||||
* | kill OC_FileProxy :boom: | Thomas Müller | 2015-04-07 | 1 | -14/+0 |
| | |||||
* | Merge pull request #15229 from owncloud/response-setContentLengthHeader | Thomas Müller | 2015-04-03 | 1 | -1/+1 |
|\ | | | | | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround... | ||||
| * | Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround. | Andreas Fischer | 2015-03-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | Do not send Content-Length headers with a value larger than PHP_INT_MAX (2147483647) on Apache PHP SAPI 32-bit. PHP will eat them and send 2147483647 instead. When X-Sendfile is enabled, Apache will send a correct Content-Length header, even for files larger than 2147483647 bytes. When X-Sendfile is not enabled, ownCloud will not send a Content-Length header. This prevents progress bars from working, but allows the actual transfer to work properly. | ||||
* | | Merge pull request #15129 from owncloud/version-command-bus | Lukas Reschke | 2015-03-26 | 3 | -6/+92 |
|\ \ | | | | | | | expire versions in a background command | ||||
| * | | teardown after we're done | Robin Appelman | 2015-03-26 | 1 | -0/+1 |
| | | | |||||
| * | | save uid instead of user object in command | Robin Appelman | 2015-03-26 | 2 | -5/+5 |
| | | | |||||
| * | | Setup the filesystem in the expire command | Robin Appelman | 2015-03-26 | 3 | -4/+24 |
| | | | |||||
| * | | expire versions in a background command | Robin Appelman | 2015-03-26 | 2 | -5/+70 |
| |/ | |||||
* | | Merge pull request #14958 from owncloud/dropdown-style | Jan-Christoph Borchardt | 2015-03-26 | 1 | -3/+4 |
|\ \ | | | | | | | popover style for apps and user dropdown menus | ||||
| * | | adjust animations of Share, Versions and others to OC.menuSpeed | Jan-Christoph Borchardt | 2015-03-26 | 1 | -3/+4 |
| |/ | |||||
* / | Update license headers | Jenkins for ownCloud | 2015-03-26 | 11 | -55/+240 |
|/ | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 11 | -236/+71 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Merge pull request #14403 from owncloud/update-license-headers | Thomas Müller | 2015-02-23 | 11 | -71/+236 |
|\ | | | | | Update license headers | ||||
| * | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 11 | -71/+236 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-23 | 2 | -0/+10 |
|/ | |||||
* | Merge pull request #14366 from owncloud/remove-old-l10n-files | Lukas Reschke | 2015-02-19 | 1 | -5/+0 |
|\ | | | | | Remove some old l10n files they arent loaded anymore | ||||
| * | Remove some old l10n files they arent loaded anymore | Joas Schilling | 2015-02-19 | 1 | -5/+0 |
| | | |||||
* | | Use `int` instead of `string` | Lukas Reschke | 2015-02-16 | 1 | -1/+1 |
| | | |||||
* | | Manually type-case all AJAX files | Lukas Reschke | 2015-02-13 | 2 | -3/+3 |
|/ | | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-11 | 4 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-09 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-04 | 2 | -2/+10 |
| | |||||
* | replace hook with storage wrapper | Bjoern Schiessle | 2015-01-19 | 1 | -1/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-16 | 2 | -0/+10 |
| | |||||
* | Remove unneeded addTranslations() calls | Vincent Petry | 2015-01-14 | 1 | -1/+0 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-14 | 2 | -0/+10 |
| | |||||
* | Merge pull request #13182 from owncloud/download_versions | Björn Schießle | 2015-01-12 | 1 | -3/+3 |
|\ | | | | | make versions of shared files downloadable | ||||
| * | make versions of shared files downloadable | Bjoern Schiessle | 2015-01-09 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #13188 from owncloud/add-check-if-user-is-logged-in | Thomas Müller | 2015-01-09 | 2 | -0/+3 |
|\ \ | | | | | | | Add check if user is logged-in | ||||
| * | | Add check if user is logged-in | Lukas Reschke | 2015-01-09 | 2 | -0/+3 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise a fatal PHP error is thrown since the filesystem is not setup: ``` ( ! ) Fatal error: Call to a member function getOwner() on null in /Users/lreschke/Programming/core/lib/private/files/filesystem.php on line 817 Call Stack 1 0.0004 247792 {main}( ) ../index.php:0 2 0.0946 5088776 OC::handleRequest( ) ../index.php:28 3 0.1423 7491280 OC\Route\Router->match( ) ../base.php:748 4 0.1664 8592152 call_user_func:{/Users/lreschke/Programming/core/lib/private/route/router.php:250} ( ) ../router.php:250 5 0.1664 8592216 __lambda_func( ) ../router.php:250 6 0.1665 8599064 require_once( '/Users/lreschke/Programming/core/apps/files_versions/ajax/getVersions.php' ) ../route.php(135) : runtime-created function:1 7 0.1801 9061096 OCA\Files_Versions\Storage::getUidAndFilename( ) ../getVersions.php:7 8 0.1801 9061144 OC\Files\Filesystem::getOwner( ) ../storage.php:45 ``` Furthermore this adds the CSRF check as a nice-to-have addition, the requests accessing this are done via the jQuery AJAX methods and thus the header is automatically added to all requests already. | ||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-09 | 2 | -6/+6 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-31 | 2 | -0/+20 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-23 | 2 | -0/+20 |
| | |||||
* | Remove unused file | Lukas Reschke | 2014-12-15 | 1 | -34/+0 |
| | | | | | | That file is apparently unused - introduced with https://github.com/owncloud/core/commit/30b58f56771aa54304069d40a62070c06f5308fc I guess we can remove it... | ||||
* | reduce OC_Preferences, OC_Config and \OCP\Config usage | Morris Jobke | 2014-12-08 | 1 | -3/+4 |
| | | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container | ||||
* | Merge pull request #12556 from owncloud/add-route-for-versions | Thomas Müller | 2014-12-03 | 2 | -1/+3 |
|\ | | | | | Add route for download of versions | ||||
| * | Add route for download of versions | Lukas Reschke | 2014-12-02 | 2 | -1/+3 |
| | | | | | | | | | | | | Otherwise on master it was not possible anymore to download older versions. Fixes itself. | ||||
* | | Autoload lib files of versions app | Joas Schilling | 2014-12-02 | 3 | -6/+0 |
|/ | |||||
* | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 1 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-21 | 2 | -0/+20 |
| | |||||
* | Merge pull request #12325 from owncloud/removeunneccessarylang | Lukas Reschke | 2014-11-20 | 2 | -20/+0 |
|\ | | | | | cleanup languages. closes #11274 | ||||
| * | cleanup languages. closes #11274 | Volkan Gezer | 2014-11-20 | 2 | -20/+0 |
| | | |||||
* | | Make apps/ extend the \Test\TestCase and fix overwritten methods | Joas Schilling | 2014-11-19 | 1 | -1/+1 |
| | | |||||
* | | Use base class to reset the file mapper | Joas Schilling | 2014-11-19 | 1 | -7/+14 |
|/ |