Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy new year! | Thomas Müller | 2016-01-12 | 21 | -25/+29 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-09 | 2 | -2/+8 |
| | |||||
* | Merge pull request #21498 from owncloud/cleanup-OC_DB | Thomas Müller | 2016-01-07 | 1 | -5/+0 |
|\ | | | | | Cleanup OC_DB methods | ||||
| * | Remove OC_DB::dropTable | Morris Jobke | 2016-01-07 | 1 | -5/+0 |
| | | |||||
* | | Remove deprecated shipped flag from info.xml which has no use anymore | Joas Schilling | 2016-01-07 | 1 | -1/+0 |
| | | |||||
* | | Add ownCloud min and max version for shipped apps | Joas Schilling | 2016-01-07 | 1 | -1/+1 |
|/ | |||||
* | Removed deprecated OC_Helper::getSecureMimeType | Roeland Jago Douma | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #21268 from owncloud/cleanup-OC_Helper-getFileNameMimeType | Thomas Müller | 2015-12-18 | 1 | -1/+1 |
|\ | | | | | Use proper public API for OC_Helper::getFileNameMimeType | ||||
| * | Use proper public API for OC_Helper::getFileNameMimeType | Morris Jobke | 2015-12-17 | 1 | -1/+1 |
| | | |||||
* | | Removed deprecated function OC_User::deleteUser | Roeland Jago Douma | 2015-12-17 | 1 | -2/+4 |
|/ | | | | Replaced with proper OCP calls | ||||
* | Deduplicate version expire jobs | Morris Jobke | 2015-12-10 | 2 | -37/+10 |
| | | | | | | * versionSize is calculated anyway in the expire job - > dropped * offset/neededSpace was needed for expiry before the file is moved to the versions -> now this is included already in the currently used space because the expiry job is defered to a point in time after the version creation * fixes #21108 | ||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 1 | -1/+1 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Add DB group to some files_external tests | Thomas Müller | 2015-11-30 | 2 | -0/+14 |
| | | | | | | | | | | Adding group Db to federation tests and ldap tests Add group DB to Test_UrlGenerator Adding group DB to trashbin and versions tests Adding group DB to Test_Util_CheckServer for pg | ||||
* | Adding more DB groups to test suits | Thomas Müller | 2015-11-30 | 1 | -0/+2 |
| | | | | Adding more DB groups to test suits | ||||
* | Merge pull request #20439 from owncloud/etag-propagate-in-storage | Thomas Müller | 2015-11-25 | 1 | -1/+0 |
|\ | | | | | Take submount etag into account for folder etags | ||||
| * | update tests | Robin Appelman | 2015-11-19 | 1 | -1/+0 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-21 | 2 | -2/+4 |
|/ | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 5 | -4/+5 |
| | |||||
* | Throw exception on `getPath` if file does not exist | Lukas Reschke | 2015-10-25 | 2 | -4/+17 |
| | | | | | | | | | | Currently the `getPath` methods returned `NULL` in case when a file with the specified ID does not exist. This however mandates that developers are checking for the `NULL` case and if they do not the door for bugs with all kind of impact is widely opened. This is especially harmful if used in context with Views where the final result is limited based on the result of `getPath`, if `getPath` returns `NULL` PHP type juggles this to an empty string resulting in all possible kind of bugs. While one could argue that this is a misusage of the API the fact is that it is very often misused and an exception will trigger an immediate stop of execution as well as log this behaviour and show a pretty error page. I also adjusted some usages where I believe that we need to catch these errors, in most cases this is though simply an error that should hard-fail. | ||||
* | 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 |
| |