Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ | |||||
* | Merge pull request #9177 from owncloud/jsdocexperiment | Vincent Petry | 2014-11-13 | 1 | -0/+2 |
|\ | | | | | Improved JS Docs + added build script for JS Docs | ||||
| * | Improved Javascript docs for JSDoc | Vincent Petry | 2014-10-31 | 1 | -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_folder | Björn Schießle | 2014-11-03 | 3 | -13/+177 |
|\ \ | |/ |/| | move versions if a file was renamed in a shared folder | ||||
| * | don't move versions if only the mount point was renamed | Bjoern Schiessle | 2014-10-31 | 2 | -0/+53 |
| | | |||||
| * | Fix typo | Lukas Reschke | 2014-10-29 | 1 | -2/+2 |
| | | |||||
| * | get the source path and owner in a pre hook and the target path and owner in a | Bjoern Schiessle | 2014-10-29 | 3 | -13/+124 |
| | | | | | | | | post hook | ||||
* | | remove unnecessary require calls - the ownCloud class loader is supposed to ↵ | Thomas Müller | 2014-10-30 | 1 | -1/+4 |
| | | | | | | | | take care of this | ||||
* | | update all translation files to js and json | Thomas Müller | 2014-10-29 | 192 | -578/+1156 |
| | | |||||
* | | Added OC.L10N namespace with translation functions | Vincent Petry | 2014-10-29 | 1 | -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 | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-23 | 1 | -1/+4 |
| | |||||
* | introduce new app page layout | Thomas Müller | 2014-10-15 | 1 | -0/+103 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filter installed and not-installed apps properly kill unneeded file load category 'Installed' on page load adding documentation links new apps mgmt: first style adjustment apps mgmt: only show license and preview if they exist adding buttons new apps mgmt: fix for mobile use app icon if available new apps mgmt: position enable/disable toggle to the right new apps mgmt: proper display of icons or previews new apps mgmt: fix loading spinner reenable group selection for apps new apps mgmt: position enable button normally again new apps mgmt: clarify wording from 'Installed' to 'Enabled' reintroduce enable/disable Move rating image path generation to client-side Move expression outside of l10n fix group handling add buttons for 'More apps' and 'Add your app' again disable changed date of app for now adding recommended label style 'Recommended' app tag fixing php warning sort by rating adding meta-category 'Recommended' Only show existing documentation links lacy loading of screenshots making group based app activation work again adding support to get the app icon not only by the app name but also simply by the fixed name 'app.svg' adding app.svg for all core apps query string '?installed' is not longer needed update and uninstall is back + error feedback remove unneeded parameter fix alignment of 'recommended' label | ||||
* | make sure that we always delete oldest first | Bjoern Schiessle | 2014-10-09 | 1 | -0/+3 |
| | |||||
* | Add support for keys in the info.xml | Lukas Reschke | 2014-10-09 | 1 | -0/+3 |
| | | | | | | This allows to have links to different doc base URLs a. | ||||
* | Updated info.xml with | MTRichards | 2014-10-08 | 1 | -16/+2 |
| | | | Added description in line with other apps. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-11 | 1 | -0/+10 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-01 | 1 | -3/+3 |
| | |||||
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-30 | 1 | -1/+5 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-28 | 1 | -1/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-26 | 1 | -1/+1 |
| | |||||
* | Add routing to files_versions | Lukas Reschke | 2014-08-19 | 1 | -0/+5 |
| | |||||
* | Merge pull request #10407 from owncloud/rm-obsolete-japanese | Lukas Reschke | 2014-08-17 | 1 | -10/+0 |
|\ | | | | | remove obsolete japanese lang code | ||||
| * | remove obsolete japanese lang code | Volkan Gezer | 2014-08-13 | 1 | -10/+0 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-17 | 1 | -0/+10 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-11 | 1 | -0/+3 |
| | |||||
* | add unit test to make sure getVersions returns the correct result | Bjoern Schiessle | 2014-08-05 | 1 | -0/+34 |
| | |||||
* | make sure that the versions array contains the correct path | Bjoern Schiessle | 2014-08-05 | 1 | -2/+2 |
| | |||||
* | add unit test for rename and copy operation | Bjoern Schiessle | 2014-07-30 | 3 | -7/+119 |
| |