Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-28 | 2 | -4/+8 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 8 | -8/+8 |
| | |||||
* | Throw exception on `getPath` if file does not exist | Lukas Reschke | 2015-10-25 | 1 | -2/+12 |
| | | | | | | | | | | 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. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-23 | 2 | -4/+6 |
| | |||||
* | Merge pull request #17641 from owncloud/fix_objectstore_rename | Jörn Friedrich Dreyer | 2015-10-19 | 2 | -15/+20 |
|\ | | | | | don't move files in cache twice, fixes renaming for objectstores | ||||
| * | Fix listing of trash files in test | Robin Appelman | 2015-10-16 | 1 | -0/+2 |
| | | |||||
| * | Fix trashbin handling of unknown/unlimited free space | Robin Appelman | 2015-10-16 | 1 | -2/+3 |
| | | |||||
| * | dont assume home storage is local in trash test | Robin Appelman | 2015-10-16 | 1 | -13/+15 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-19 | 2 | -22/+26 |
| | | |||||
* | | 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 | -0/+4 |
|/ | |||||
* | Merge pull request #19647 from owncloud/trashbin-removesidebar | Thomas Müller | 2015-10-14 | 1 | -1/+2 |
|\ | | | | | Remove sidebar for trashbin view | ||||
| * | Remove sidebar for trashbin view | Vincent Petry | 2015-10-08 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #19714 from owncloud/trash-deletesectionposition-2 | Thomas Müller | 2015-10-14 | 1 | -0/+18 |
|\ \ | | | | | | | Revert "Revert "Move trashbin specific CSS that modifies sidebar"" | ||||
| * | | Revert "Revert "Move trashbin specific CSS that modifies sidebar"" | Thomas Müller | 2015-10-12 | 1 | -0/+18 |
| | | | | | | | | | | | | This reverts commit 0738ddfb768c541e8a6b112fb2cd12d15676a0ab. | ||||
* | | | Merge pull request #19701 from owncloud/trash-restoreactioninline | Thomas Müller | 2015-10-14 | 1 | -13/+21 |
|\ \ \ | | | | | | | | | Make trashbin's "Restore" an inline action | ||||
| * | | | Make trashbin's "Restore" an inline action | Vincent Petry | 2015-10-12 | 1 | -13/+21 |
| | |/ | |/| | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-14 | 2 | -4/+4 |
| |/ |/| | |||||
* | | Revert "Move trashbin specific CSS that modifies sidebar" | Thomas Müller | 2015-10-12 | 1 | -18/+0 |
| | | |||||
* | | Move trashbin specific CSS that modifies sidebar | Vincent Petry | 2015-10-12 | 1 | -0/+18 |
|/ | | | | | Only when trashbin is enabled, its sidebar nav element must be fixed at the bottom. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-07 | 2 | -0/+12 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 17 | -4/+14 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-03 | 6 | -10/+30 |
| | |||||
* | Merge pull request #19500 from owncloud/fix_trash_with_encryption2 | Thomas Müller | 2015-10-02 | 2 | -18/+26 |
|\ | | | | | [trashbin] fix broken versions on restore | ||||
| * | first copy to owner and then move to current user because the encryption | Bjoern Schiessle | 2015-10-01 | 2 | -18/+26 |
| | | | | | | | | wrapper always expect to work on the owner storage | ||||
* | | display checkboxes properly after file restore | Hendrik Leppelsack | 2015-10-01 | 1 | -2/+2 |
|/ | |||||
* | Change small thumbnails to 32 px | Morris Jobke | 2015-09-30 | 1 | -1/+1 |
| | | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big | ||||
* | fix checkbox in trashbin | Hendrik Leppelsack | 2015-09-28 | 1 | -1/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-09-28 | 2 | -4/+4 |
| | |||||
* | Add the method to the mock | Joas Schilling | 2015-09-25 | 1 | -0/+1 |
| | |||||
* | Replaces if ($file === '.' || $file === '..') by ↵ | Martin | 2015-09-22 | 1 | -1/+1 |
| | | | | if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used. | ||||
* | Properly translate file actions | Vincent Petry | 2015-09-22 | 1 | -0/+1 |
| | |||||
* | make sure to add the correct file size to the file info, otherwise we will ↵ | Bjoern Schiessle | 2015-09-21 | 1 | -0/+4 |
| | | | | not show the preview for every filetype | ||||
* | Log deleted files | Victor Dubiniuk | 2015-09-16 | 1 | -0/+4 |
| | |||||
* | Add PHPDoc | Lukas Reschke | 2015-09-16 | 2 | -2/+16 |
| | |||||
* | Updates according to review | Victor Dubiniuk | 2015-09-16 | 2 | -11/+23 |
| | |||||
* | Fix tests | Victor Dubiniuk | 2015-09-16 | 1 | -3/+6 |
| | |||||
* | Add expiration cronjob | Victor Dubiniuk | 2015-09-16 | 8 | -1/+212 |
| | |||||
* | Remove languages which are no longer maintained on transifex | Thomas Müller | 2015-08-26 | 10 | -70/+0 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-08-26 | 2 | -0/+22 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-08-25 | 4 | -2/+6 |
| | |||||
* | Fix trashbin sidebar | Vincent Petry | 2015-08-25 | 2 | -0/+30 |
| | | | | | Do not display size as it is not available. Use display name instead of name to remove the ".d123456" suffix. | ||||
* | Merge pull request #18065 from owncloud/new-trashbin-retention | Thomas Müller | 2015-08-12 | 6 | -34/+400 |
|\ | | | | | New trashbin retention | ||||
| * | Fix tests | Victor Dubiniuk | 2015-08-10 | 1 | -7/+1 |
| | | |||||
| * | Migrate settings | Victor Dubiniuk | 2015-08-10 | 3 | -20/+93 |
| | | |||||
| * | Enhance trashbin expiration settings | Victor Dubiniuk | 2015-08-10 | 5 | -26/+325 |
| | | |||||
* | | Merge pull request #17709 from owncloud/fileactions-dropdown | Jan-Christoph Borchardt | 2015-08-11 | 1 | -1/+0 |
|\ \ | | | | | | | Move file actions to dropdown | ||||
| * | | Implement file actions dropdown | Vincent Petry | 2015-08-10 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | File actions now have two types "inline" and "dropdown". The default is "dropdown". The file actions will now be shown in a dropdown menu. | ||||
* | | | Merge pull request #18175 from owncloud/automatic-db-prefix-query-builder | Thomas Müller | 2015-08-10 | 2 | -2/+2 |
|\ \ \ | |_|/ |/| | | Automatic db prefix query builder | ||||
| * | | Remove unnecessary DB prefixes from existing query builder usages | Joas Schilling | 2015-08-10 | 2 | -2/+2 |
| |/ |