Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #17641 from owncloud/fix_objectstore_rename | Jörn Friedrich Dreyer | 2015-10-19 | 2 | -12/+28 |
|\ | | | | | don't move files in cache twice, fixes renaming for objectstores | ||||
| * | Fix rename shared versions test | Robin Appelman | 2015-10-16 | 1 | -3/+2 |
| | | |||||
| * | handle versions expire for home storages with unlimited quota | Robin Appelman | 2015-10-16 | 1 | -8/+12 |
| | | |||||
| * | Fix preserving file ids when restoring a file with object storage | Robin Appelman | 2015-10-16 | 1 | -1/+14 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-18 | 2 | -2/+2 |
| | | |||||
* | | Increase the 2nd digit of shipped apps | Joas Schilling | 2015-10-17 | 2 | -2/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-17 | 2 | -12/+12 |
|/ | |||||
* | test objectstore with ceph docker | Jörn Friedrich Dreyer | 2015-10-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | use default config for swift primary storage test config allow testsuite to complete fix timeout, script cleanup, enable debug for now use btrfs loopback device, requires privileged container and absolute path throw exception when storage has problems debug by echo ... sleep more, more debug | ||||
* | Merge pull request #19595 from owncloud/fix-versions-log-entry | Thomas Müller | 2015-10-06 | 1 | -1/+1 |
|\ | | | | | Reset to auto if not set | ||||
| * | Reset to auto if not set | Victor Dubiniuk | 2015-10-05 | 1 | -1/+1 |
| | | |||||
* | | update licence headers via script | Morris Jobke | 2015-10-05 | 10 | -1/+11 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-03 | 2 | -0/+12 |
| | |||||
* | Lock files when rolling back version | Robin Appelman | 2015-10-02 | 1 | -0/+9 |
| | |||||
* | Merge pull request #19523 from owncloud/fix-seconds-ago | Thomas Müller | 2015-10-02 | 1 | -1/+1 |
|\ | | | | | Fix moment.js "a few seconds ago" with "seconds ago" | ||||
| * | Fix moment.js "a few seconds ago" with "seconds ago" | Morris Jobke | 2015-10-02 | 1 | -1/+1 |
| | | | | | | | | * fixes #18627 | ||||
* | | Reload versions list after revert | Vincent Petry | 2015-10-01 | 2 | -2/+13 |
|/ | |||||
* | 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 |
| | | |