Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hide sidebar tab headers conditionally | Vincent Petry | 2015-09-28 | 1 | -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 sidebar | Vincent Petry | 2015-09-28 | 2 | -1/+2 |
| | |||||
* | Add the method to the mock | Joas Schilling | 2015-09-25 | 1 | -0/+1 |
| | |||||
* | Merge pull request #15098 from owncloud/fix_preview_versions_revert_issue | Thomas Müller | 2015-09-24 | 2 | -0/+40 |
|\ | | | | | fix issue with version rollback and thumbnails | ||||
| * | delete cached preview when rolling back file's version | Georg Ehrke | 2015-09-20 | 2 | -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 namespace | Lukas Reschke | 2015-09-22 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #18724 from owncloud/expiration-cronjob | Thomas Müller | 2015-09-18 | 6 | -1/+171 |
|\ | | | | | Versions expiration cronjob | ||||
| * | Correct method title. Add docblock | Victor Dubiniuk | 2015-09-16 | 2 | -2/+6 |
| | | |||||
| * | Postrebase cleanup | Victor Dubiniuk | 2015-09-15 | 2 | -16/+3 |
| | | |||||
| * | Add expiration for versions older than max | Victor Dubiniuk | 2015-09-15 | 6 | -1/+180 |
| | | |||||
* | | Merge pull request #19121 from owncloud/sidebar-design-details | Thomas Müller | 2015-09-17 | 2 | -12/+6 |
|\ \ | | | | | | | fix Files sidebar layout of Versions and Sharing | ||||
| * | | fix sidebar Versions layout | Jan-Christoph Borchardt | 2015-09-17 | 2 | -12/+6 |
| |/ | |||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-17 | 118 | -236/+236 |
|/ | |||||
* | Follow PSR | Victor Dubiniuk | 2015-09-15 | 1 | -0/+0 |
| | |||||
* | Add method docblock | Victor Dubiniuk | 2015-09-15 | 1 | -0/+4 |
| | |||||
* | Namespacing, reusing | Victor Dubiniuk | 2015-09-15 | 2 | -4/+11 |
| | |||||
* | Improvements | Victor Dubiniuk | 2015-09-15 | 3 | -17/+47 |
| | |||||
* | Add quota status to expiration check | Victor Dubiniuk | 2015-09-15 | 1 | -10/+10 |
| | |||||
* | Add versions obligation | Victor Dubiniuk | 2015-09-15 | 4 | -4/+409 |
| | |||||
* | Remove unneeded include | Morris Jobke | 2015-09-07 | 1 | -1/+0 |
| | | | | | * fixes #18867 * ref #18748 | ||||
* | Add versions tab to files sidebar | Vincent Petry | 2015-09-03 | 12 | -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 transifex | Thomas Müller | 2015-08-26 | 2 | -20/+0 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-08-26 | 2 | -2/+12 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-08-25 | 2 | -2/+2 |
| | |||||
* | Use DI | Roeland Jago Douma | 2015-08-10 | 1 | -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 manager | Roeland Jago Douma | 2015-08-10 | 3 | -13/+60 |
| | | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions | ||||
* | Merge pull request #16964 from owncloud/versions_occ | Thomas Müller | 2015-07-06 | 3 | -0/+304 |
|\ | | | | | add occ tool to delete versions | ||||
| * | add occ tool to delete versions | Bjoern Schiessle | 2015-06-16 | 3 | -0/+304 |
| | | |||||
* | | Merge pull request #17316 from ↵ | Joas Schilling | 2015-07-02 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | owncloud/master-delete-ocsid-from-db-if-none-specified [Master] Delete OCS ID from DB if none is specified | ||||
| * | | Bump versions | Lukas Reschke | 2015-07-02 | 1 | -1/+1 |
| | | | |||||
* | | | [master] Remove OCS IDs | Lukas Reschke | 2015-07-02 | 1 | -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 transifex | Jenkins for ownCloud | 2015-07-02 | 4 | -4/+4 |
| | | |||||
* | | Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_util | Morris Jobke | 2015-07-01 | 1 | -3/+3 |
|\ \ | | | | | | | Move core apps from OC_Log::write to OCP\Util | ||||
| * | | Move core apps from OC_Log::write to OCP\Util | Roeland Jago Douma | 2015-05-18 | 1 | -3/+3 |
| | | | |||||
* | | | update license headers and authors | Morris Jobke | 2015-06-25 | 9 | -8/+24 |
| | | | |||||
* | | | Use trusted mimetype | Lukas Reschke | 2015-06-22 | 1 | -1/+1 |
| |/ |/| | | | | | We shall not use untrusted mimetypes in this context | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-07 | 2 | -0/+8 |
| | | |||||
* | | Add unit tests for non existing users | Joas Schilling | 2015-06-05 | 1 | -0/+34 |
| | | |||||
* | | Check whether the user exists before trying to set up his file system | Joas Schilling | 2015-06-05 | 1 | -0/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-02 | 2 | -0/+20 |
| | | |||||
* | | Abort expiration when file is gone | Vincent Petry | 2015-05-29 | 2 | -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-delay | Vincent Petry | 2015-05-20 | 1 | -0/+1 |
|\ \ | | | | | | | wait with copying the skeleton untill login and setupfs are done | ||||
| * | | fix tests | Robin Appelman | 2015-05-18 | 1 | -0/+1 |
| |/ | |||||
* / | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-05-19 | 1 | -1/+0 |
|/ | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Merge pull request #16337 from owncloud/versions-expireforowner | Joas Schilling | 2015-05-15 | 2 | -12/+97 |
|\ | | | | | Use owner when expiring versions, not the logged in user | ||||
| * | Added unit tests for versions storing | Vincent Petry | 2015-05-15 | 1 | -4/+86 |
| | | |||||
| * | Use owner when expiring versions, not the logged in user | Vincent Petry | 2015-05-13 | 1 | -8/+11 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-05-14 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #15881 from owncloud/share-moveversionsproperly | Vincent Petry | 2015-05-11 | 2 | -31/+174 |
|\ | | | | | Fix version rename with files and folders | ||||
| * | Fix version rename with files and folders | Vincent Petry | 2015-04-27 | 2 | -31/+174 |
| | | | | | | | | | | - fix moving folder into another folder - fix moving file or folder into shared folder as recipient |