summaryrefslogtreecommitdiffstats
path: root/apps/files_versions
Commit message (Collapse)AuthorAgeFilesLines
* 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
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-231-1/+4
|
* introduce new app page layoutThomas Müller2014-10-151-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 firstBjoern Schiessle2014-10-091-0/+3
|
* Add support for keys in the info.xmlLukas Reschke2014-10-091-0/+3
| | | | | | This allows to have links to different doc base URLs a.
* Updated info.xml withMTRichards2014-10-081-16/+2
| | | Added description in line with other apps.
* [tx-robot] updated from transifexJenkins for ownCloud2014-09-111-0/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-09-011-3/+3
|
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-301-1/+5
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-281-1/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-261-1/+1
|
* Add routing to files_versionsLukas Reschke2014-08-191-0/+5
|
* Merge pull request #10407 from owncloud/rm-obsolete-japaneseLukas Reschke2014-08-171-10/+0
|\ | | | | remove obsolete japanese lang code
| * remove obsolete japanese lang codeVolkan Gezer2014-08-131-10/+0
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-171-0/+10
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-111-0/+3
|
* add unit test to make sure getVersions returns the correct resultBjoern Schiessle2014-08-051-0/+34
|
* make sure that the versions array contains the correct pathBjoern Schiessle2014-08-051-2/+2
|
* add unit test for rename and copy operationBjoern Schiessle2014-07-303-7/+119
|
* make sure that we always find all versionsBjoern Schiessle2014-07-301-22/+37
|
* make the versions and encryption app aware of the copy operationBjoern Schiessle2014-07-303-5/+27
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-261-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-201-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-172-0/+14
|
* Remove deleted versions from the cacheRobin Appelman2014-07-101-4/+21
|
* Merge pull request #9460 from owncloud/versions-localVincent Petry2014-07-101-5/+4
|\ | | | | Dont assume local home storage for files_version
| * Dont delete versions as local filesRobin Appelman2014-07-071-5/+4
| |
* | add ocsids to info.xmlGeorg Ehrke2014-07-072-1/+2
|/
* Merge pull request #9269 from owncloud/fix_versions_previewThomas Müller2014-07-041-3/+3
|\ | | | | change order of registering api and capabilities to fix file version previews
| * change order of registering api and capabilities to fix file version previewsJörn Friedrich Dreyer2014-07-011-3/+3
| |
* | add ellipsizing to restore string if text is too longJan-Christoph Borchardt2014-07-011-0/+3
| |