summaryrefslogtreecommitdiffstats
path: root/apps/files_versions
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15129 from owncloud/version-command-busLukas Reschke2015-03-263-6/+92
|\ | | | | expire versions in a background command
| * teardown after we're doneRobin Appelman2015-03-261-0/+1
| |
| * save uid instead of user object in commandRobin Appelman2015-03-262-5/+5
| |
| * Setup the filesystem in the expire commandRobin Appelman2015-03-263-4/+24
| |
| * expire versions in a background commandRobin Appelman2015-03-262-5/+70
| |
* | Merge pull request #14958 from owncloud/dropdown-styleJan-Christoph Borchardt2015-03-261-3/+4
|\ \ | | | | | | popover style for apps and user dropdown menus
| * | adjust animations of Share, Versions and others to OC.menuSpeedJan-Christoph Borchardt2015-03-261-3/+4
| |/
* / Update license headersJenkins for ownCloud2015-03-2611-55/+240
|/
* Revert "Updating license headers"Morris Jobke2015-02-2611-236/+71
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Merge pull request #14403 from owncloud/update-license-headersThomas Müller2015-02-2311-71/+236
|\ | | | | Update license headers
| * Updating license headersJenkins for ownCloud2015-02-2311-71/+236
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-232-0/+10
|/
* Merge pull request #14366 from owncloud/remove-old-l10n-filesLukas Reschke2015-02-191-5/+0
|\ | | | | Remove some old l10n files they arent loaded anymore
| * Remove some old l10n files they arent loaded anymoreJoas Schilling2015-02-191-5/+0
| |
* | Use `int` instead of `string`Lukas Reschke2015-02-161-1/+1
| |
* | Manually type-case all AJAX filesLukas Reschke2015-02-132-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 transifexJenkins for ownCloud2015-02-114-4/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-092-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-042-2/+10
|
* replace hook with storage wrapperBjoern Schiessle2015-01-191-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-162-0/+10
|
* Remove unneeded addTranslations() callsVincent Petry2015-01-141-1/+0
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-142-0/+10
|
* Merge pull request #13182 from owncloud/download_versionsBjörn Schießle2015-01-121-3/+3
|\ | | | | make versions of shared files downloadable
| * make versions of shared files downloadableBjoern Schiessle2015-01-091-3/+3
| |
* | Merge pull request #13188 from owncloud/add-check-if-user-is-logged-inThomas Müller2015-01-092-0/+3
|\ \ | | | | | | Add check if user is logged-in
| * | Add check if user is logged-inLukas Reschke2015-01-092-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 transifexJenkins for ownCloud2015-01-092-6/+6
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-312-0/+20
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-232-0/+20
|
* Remove unused fileLukas Reschke2014-12-151-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 usageMorris Jobke2014-12-081-3/+4
| | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container
* Merge pull request #12556 from owncloud/add-route-for-versionsThomas Müller2014-12-032-1/+3
|\ | | | | Add route for download of versions
| * Add route for download of versionsLukas Reschke2014-12-022-1/+3
| | | | | | | | | | | | Otherwise on master it was not possible anymore to download older versions. Fixes itself.
* | Autoload lib files of versions appJoas Schilling2014-12-023-6/+0
|/
* Replace deprecated constant with new class constantJoas Schilling2014-11-251-2/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-212-0/+20
|
* Merge pull request #12325 from owncloud/removeunneccessarylangLukas Reschke2014-11-202-20/+0
|\ | | | | cleanup languages. closes #11274
| * cleanup languages. closes #11274Volkan Gezer2014-11-202-20/+0
| |
* | Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling2014-11-191-1/+1
| |
* | Use base class to reset the file mapperJoas Schilling2014-11-191-7/+14
|/
* Merge pull request #9177 from owncloud/jsdocexperimentVincent Petry2014-11-131-0/+2
|\ | | | | Improved JS Docs + added build script for JS Docs
| * Improved Javascript docs for JSDocVincent Petry2014-10-311-0/+2
| | | | | | | | | | | | Added namespaces so that JSDoc can find them. Fixed a few warnings. Improved some comments.
* | Merge pull request #11825 from owncloud/fix_rename_files_in_shared_folderBjörn Schießle2014-11-033-13/+177
|\ \ | |/ |/| move versions if a file was renamed in a shared folder
| * don't move versions if only the mount point was renamedBjoern Schiessle2014-10-312-0/+53
| |
| * Fix typoLukas Reschke2014-10-291-2/+2
| |
| * get the source path and owner in a pre hook and the target path and owner in aBjoern Schiessle2014-10-293-13/+124
| | | | | | | | post hook
* | remove unnecessary require calls - the ownCloud class loader is supposed to ↵Thomas Müller2014-10-301-1/+4
| | | | | | | | take care of this
* | update all translation files to js and jsonThomas Müller2014-10-29192-578/+1156
| |
* | Added OC.L10N namespace with translation functionsVincent Petry2014-10-291-0/+1
|/ | | | | | | | | | | Added addTranslations and fixed de.js file Fixed de.js to use OC.L10N.register() and use to correct expected format. Added JS unit tests for OC.L10N class Include translations JS script for all apps