Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve the UX for "not found" perma links | Joas Schilling | 2016-06-07 | 1 | -30/+31 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 9 | -8/+13 |
| | |||||
* | add "unscanned" option to files:scan to triger a background scan | Robin Appelman | 2016-05-19 | 1 | -3/+12 |
| | |||||
* | Move Files app to PSR-4 (#24569) | Joas Schilling | 2016-05-12 | 15 | -0/+1385 |
| | | | | | | * Move lib/ of Files app to PSR-4 * Move tests to PSR-4 | ||||
* | Add blacklisted_files to capabilities | Joas Schilling | 2016-04-04 | 1 | -0/+13 |
| | |||||
* | Run cleanup of expired DB file locks to background job | Morris Jobke | 2016-03-04 | 1 | -0/+57 |
| | | | | | | | | | | | | | * fixes #22819 The old way fired a DELETE statement on each destruction of the DBLockingProvider. Which could cause a lot of queries. It's enough to run this every 5 minutes in a background job, which in the end could result in file locks that exists 5 minutes longer - in the worst case and for not properly released locks. This makes the DB based locking a lot more performant and could result in a similar performance to the Redis based locking provider. | ||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+2 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Chunk the queries to make sure they don't time out | Joas Schilling | 2016-02-10 | 1 | -11/+30 |
| | |||||
* | Move casting to IExpressionBuilder | Joas Schilling | 2016-02-05 | 1 | -2/+3 |
| | |||||
* | fix pgsql | Arthur Schiwon | 2016-02-05 | 1 | -2/+4 |
| | |||||
* | cleanup jobs for comments and comment read marks | Arthur Schiwon | 2016-02-05 | 1 | -16/+40 |
| | |||||
* | Cleanup job for system and user tag orphaned when file was deleted | Vincent Petry | 2016-01-29 | 1 | -0/+105 |
| | | | | | | | Whenever a file was deleted (also from trash), the tag mapping is pointing at a fileid that doesn't exist any more. This cleanup job will delete such orphaned mapping entries. | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 6 | -9/+9 |
| | |||||
* | Removed deprecated OC_Helper::mimeTypeIcon function | Roeland Jago Douma | 2015-12-18 | 1 | -4/+4 |
| | |||||
* | Merge pull request #20545 from owncloud/scan-storage-in-background-job | Thomas Müller | 2015-12-03 | 1 | -0/+114 |
|\ | | | | | Move files/ajax/scan.php to background job | ||||
| * | Move files/ajax/scan.php to background job | Lukas Reschke | 2015-11-28 | 1 | -0/+114 |
| | | | | | | | | The background job will now be executed in chunks of 500 users all 10 minutes. | ||||
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-11-30 | 1 | -2/+2 |
| | | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | | Inject the database connection | Joas Schilling | 2015-11-30 | 1 | -2/+8 |
| | | |||||
* | | Only require the interface | Joas Schilling | 2015-11-30 | 1 | -4/+4 |
| | | |||||
* | | Correctly escape the paths so we only display favorites instead of wildcards | Joas Schilling | 2015-11-30 | 1 | -1/+1 |
| | | |||||
* | | Oracle can not return statements but only values | Joas Schilling | 2015-11-30 | 1 | -3/+6 |
|/ | | | | So evaluate the condition directly and return 1 or 0 | ||||
* | Make files app use Webdav for most operations | Vincent Petry | 2015-11-22 | 2 | -90/+1 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | Do not calculate non essential info | Roeland Jago Douma | 2015-10-13 | 1 | -2/+0 |
| | | | | | | | | | | | | | There is no need to calculate a human readable date on the server side. We supply the mtime and a client can easily convert that himself if needed. This is already done most of the time since the date is often not in the exact right format. There is also no need to attach icon info. We have that available in javascript. And else the client should get the right icon based on the mimetype for its platform. * Updated tests | ||||
* | Use shorter text on the sidebar for files activities | Joas Schilling | 2015-10-02 | 1 | -0/+38 |
| | |||||
* | Merge pull request #18171 from ↵ | Morris Jobke | 2015-08-11 | 1 | -9/+10 |
|\ | | | | | | | | | owncloud/fix-language-of-files-activities-in-emails Correctly make use of the languageCode argument in the files activity extension | ||||
| * | Correctly make use of the languageCode argument in the files activity extension | Joas Schilling | 2015-08-10 | 1 | -9/+10 |
| | | |||||
* | | Merge pull request #16528 from owncloud/activity-302-improve-settings | Joas Schilling | 2015-08-11 | 1 | -12/+20 |
|\ \ | | | | | | | Activity 302 improve settings | ||||
| * | | Do not use magic strings when there are constants for it | Joas Schilling | 2015-07-22 | 1 | -10/+11 |
| | | | |||||
| * | | Make the favorite type stream only | Joas Schilling | 2015-07-22 | 1 | -2/+9 |
| |/ | |||||
* / | Moved core apps to the capabilities manager | Roeland Jago Douma | 2015-08-10 | 1 | -14/+23 |
|/ | | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions | ||||
* | Add owner to the storage stats to enable better notifications | Morris Jobke | 2015-06-05 | 1 | -1/+3 |
| | | | | | * getstoragestats.php returns now the owner and it's display name * show proper storage stats notifications for shared folders | ||||
* | Check target name on rename with web UI | Vincent Petry | 2015-05-29 | 1 | -0/+11 |
| | | | | | | | | When renaming over the web UI, check early that the target name is valid. This prevents nonsensical error messages when renaming to a name with a trailing backslash. | ||||
* | fix filepicker | Morris Jobke | 2015-04-13 | 1 | -2/+3 |
| | | | | | | * add ability to filter for mimetype * fixes #15526 * fixes #11563 | ||||
* | Make scrutinizer happy | Joas Schilling | 2015-04-01 | 1 | -1/+1 |
| | |||||
* | Adjust by/self filter aswell and fix tests | Joas Schilling | 2015-03-31 | 1 | -1/+1 |
| | |||||
* | DeMorgan applied the wrong transformation | Joas Schilling | 2015-03-31 | 1 | -2/+1 |
| | |||||
* | Move tag related code into a helper so we can test the query without a view | Joas Schilling | 2015-03-30 | 2 | -35/+116 |
| | |||||
* | Use DI for the objects where possible | Joas Schilling | 2015-03-30 | 1 | -6/+23 |
| | |||||
* | Add a filter for favorites and allow limiting the all-list to favorites | Joas Schilling | 2015-03-30 | 1 | -2/+69 |
| | | | | | WARNING: do not use this, when you have a lot of favorites, ~50 should be the limit | ||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 4 | -27/+76 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 4 | -73/+32 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 4 | -32/+73 |
| | |||||
* | Move displaying of files related activities to files app | Joas Schilling | 2015-02-13 | 1 | -0/+278 |
| | |||||
* | Catch exception properly | Lukas Reschke | 2015-02-04 | 1 | -7/+12 |
| | | | | | | `\OCA\Files\Helper::buildFileStorageStatistics` might throw an exception from `OC_Helper::getStorageInfo`, previously this lead to a uncatched exception being thrown when invoking this methods. This was user triggable by for example calling `/index.php/apps/files/ajax/delete.php` with a not existing dir (for example `dir=asdf/../&allfiles=true`) | ||||
* | Fix PHP doc and enforce type | Lukas Reschke | 2015-01-13 | 1 | -3/+3 |
| | |||||
* | Return path attribute for ajax rename operations | Vincent Petry | 2015-01-12 | 1 | -0/+1 |
| | | | | | | | This fixes an issue when renaming files from a flat list view like "Favorites" or "Shared with you", in which case the path needs to be present in the response to make sure the data-path attribute is properly set in the JS side. | ||||
* | Return tags after rename | Vincent Petry | 2015-01-12 | 1 | -2/+3 |
| | | | | | | To make it possible for the web UI to correctly display the tag/favorite information after a rename, this information is now returned in the rename response | ||||
* | Only populate tags in main file list | Vincent Petry | 2014-12-18 | 1 | -1/+0 |
| | | | | | | Moved populateTags to be done on the main file list. This prevents the public file list to go through the same code and cause an error when there is no user. |