Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |/ | |||||
* | | 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 | -15/+58 |
|/ | | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions | ||||
* | Set proper mimetype for directories | Roeland Jago Douma | 2015-08-05 | 1 | -1/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-30 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-28 | 2 | -0/+4 |
| | |||||
* | Fix existing usages by removing the quotes | Joas Schilling | 2015-07-21 | 2 | -10/+16 |
| | |||||
* | Use the public interface and our method instead of the doctrine thing | Joas Schilling | 2015-07-21 | 2 | -6/+6 |
| | |||||
* | only move real files to the trash bin | Bjoern Schiessle | 2015-07-08 | 2 | -2/+62 |
| | |||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -4/+4 |
| | |||||
* | Merge pull request #17140 from owncloud/trashbin_occ | Björn Schießle | 2015-07-03 | 3 | -0/+339 |
|\ | | | | | add occ command to remove deleted files | ||||
| * | add occ command to trashbin to remove deleted files | Bjoern Schiessle | 2015-06-24 | 3 | -0/+339 |
| | | |||||
* | | 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 | -2/+8 |
| | | |||||
* | | Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_util | Morris Jobke | 2015-07-01 | 4 | -11/+11 |
|\ \ | | | | | | | 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 | 4 | -11/+11 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-29 | 2 | -0/+2 |
| | | | |||||
* | | | update license headers and authors | Morris Jobke | 2015-06-25 | 11 | -8/+6 |
| |/ |/| | |||||
* | | explain pre-hook scan | Robin Appelman | 2015-06-15 | 1 | -0/+1 |
| | | |||||
* | | ensure we dont have to scan a file in the trash wrapper | Robin Appelman | 2015-06-15 | 1 | -0/+10 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-11 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-07 | 2 | -0/+18 |
| | |