aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions
Commit message (Collapse)AuthorAgeFilesLines
* Hide sidebar tab headers conditionallyVincent Petry2015-09-281-0/+12
| | | | | Added canDisplay() in DetailsTabView that should return false if the tab header of this tab must be hidden
* Fix tabs order in files sidebarVincent Petry2015-09-282-1/+2
|
* Add the method to the mockJoas Schilling2015-09-251-0/+1
|
* Merge pull request #15098 from owncloud/fix_preview_versions_revert_issueThomas Müller2015-09-242-0/+40
|\ | | | | fix issue with version rollback and thumbnails
| * delete cached preview when rolling back file's versionGeorg Ehrke2015-09-202-0/+40
| | | | | | | | | | | | | | | | add random number using OC.parseQueryString and _.extend() version rollback: add missing prefix to OC\Preview::post_delete add test to assure that the rollback hook is called
* | Move dummy backend to Tests namespaceLukas Reschke2015-09-221-1/+1
|/
* Merge pull request #18724 from owncloud/expiration-cronjobThomas Müller2015-09-186-1/+171
|\ | | | | Versions expiration cronjob
| * Correct method title. Add docblockVictor Dubiniuk2015-09-162-2/+6
| |
| * Postrebase cleanupVictor Dubiniuk2015-09-152-16/+3
| |
| * Add expiration for versions older than maxVictor Dubiniuk2015-09-156-1/+180
| |
* | Merge pull request #19121 from owncloud/sidebar-design-detailsThomas Müller2015-09-172-12/+6
|\ \ | | | | | | fix Files sidebar layout of Versions and Sharing
| * | fix sidebar Versions layoutJan-Christoph Borchardt2015-09-172-12/+6
| |/
* / [tx-robot] updated from transifexJenkins for ownCloud2015-09-17118-236/+236
|/
* Follow PSRVictor Dubiniuk2015-09-151-0/+0
|
* Add method docblockVictor Dubiniuk2015-09-151-0/+4
|
* Namespacing, reusingVictor Dubiniuk2015-09-152-4/+11
|
* ImprovementsVictor Dubiniuk2015-09-153-17/+47
|
* Add quota status to expiration checkVictor Dubiniuk2015-09-151-10/+10
|
* Add versions obligationVictor Dubiniuk2015-09-154-4/+409
|
* Remove unneeded includeMorris Jobke2015-09-071-1/+0
| | | | | * fixes #18867 * ref #18748
* Add versions tab to files sidebarVincent Petry2015-09-0312-209/+895
| | | | | | | - move versions to a tab in the files sidebar - added mechanism to auto-update the row in the FileList whenever values are set to the FileInfoModel given to the sidebar - updated tags/favorite action to make use of that new mechanism
* Remove languages which are no longer maintained on transifexThomas Müller2015-08-262-20/+0
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-08-262-2/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-08-252-2/+2
|
* Use DIRoeland Jago Douma2015-08-101-4/+1
| | | | | | | | * Register OCP\Capability\IManager at DIContainer * Add register capabilities to appframework * Register capabilities in DI way * Make unit test pass again * Remove CapabiltiesManager from OCP
* Moved core apps to the capabilities managerRoeland Jago Douma2015-08-103-13/+60
| | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions
* Merge pull request #16964 from owncloud/versions_occThomas Müller2015-07-063-0/+304
|\ | | | | add occ tool to delete versions
| * add occ tool to delete versionsBjoern Schiessle2015-06-163-0/+304
| |
* | Merge pull request #17316 from ↵Joas Schilling2015-07-021-1/+1
|\ \ | | | | | | | | | | | | owncloud/master-delete-ocsid-from-db-if-none-specified [Master] Delete OCS ID from DB if none is specified
| * | Bump versionsLukas Reschke2015-07-021-1/+1
| | |
* | | [master] Remove OCS IDsLukas Reschke2015-07-021-1/+0
|/ / | | | | | | | | | | While making the AppStore ready for 8.1 I also deleted some dummy entries which means that these IDs do not resolve anymore. We should remove them to prevent errors such as https://github.com/owncloud/core/issues/17307 Ref https://github.com/owncloud/activity/issues/320#issuecomment-117691867
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-024-4/+4
| |
* | Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_utilMorris Jobke2015-07-011-3/+3
|\ \ | | | | | | Move core apps from OC_Log::write to OCP\Util
| * | Move core apps from OC_Log::write to OCP\UtilRoeland Jago Douma2015-05-181-3/+3
| | |
* | | update license headers and authorsMorris Jobke2015-06-259-8/+24
| | |
* | | Use trusted mimetypeLukas Reschke2015-06-221-1/+1
| |/ |/| | | | | We shall not use untrusted mimetypes in this context
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-072-0/+8
| |
* | Add unit tests for non existing usersJoas Schilling2015-06-051-0/+34
| |
* | Check whether the user exists before trying to set up his file systemJoas Schilling2015-06-051-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-022-0/+20
| |
* | Abort expiration when file is goneVincent Petry2015-05-292-1/+15
| | | | | | | | | | | | | | Sometimes a background job for versions expiration was scheduled for a file that has been moved or deleted since. This prevents showing useless warnings in the log and simply bail out.
* | Merge pull request #16075 from owncloud/skeleton-copy-delayVincent Petry2015-05-201-0/+1
|\ \ | | | | | | wait with copying the skeleton untill login and setupfs are done
| * | fix testsRobin Appelman2015-05-181-0/+1
| |/
* / Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-05-191-1/+0
|/ | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* Merge pull request #16337 from owncloud/versions-expireforownerJoas Schilling2015-05-152-12/+97
|\ | | | | Use owner when expiring versions, not the logged in user
| * Added unit tests for versions storingVincent Petry2015-05-151-4/+86
| |
| * Use owner when expiring versions, not the logged in userVincent Petry2015-05-131-8/+11
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-05-142-2/+2
|/
* Merge pull request #15881 from owncloud/share-moveversionsproperlyVincent Petry2015-05-112-31/+174
|\ | | | | Fix version rename with files and folders
| * Fix version rename with files and foldersVincent Petry2015-04-272-31/+174
| | | | | | | | | | - fix moving folder into another folder - fix moving file or folder into shared folder as recipient