| Commit message (Expand) | Author | Age | Files | Lines |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 27 | -60/+23 |
* | Drop \OCP\User | Christoph Wurst | 2021-05-21 | 2 | -5/+5 |
* | Restrict autocompletion also based on the phonebook known users | Joas Schilling | 2021-03-10 | 1 | -0/+2 |
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 3 | -14/+14 |
* | dont stop expiring versions if we cant check if the source file still exists | Robin Appelman | 2021-02-05 | 1 | -2/+9 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 2 | -2/+1 |
* | Catch storage not available in versions expire command | Christoph Wurst | 2020-11-25 | 1 | -1/+17 |
* | Return all keys in getAllVersions() instead | Morris Jobke | 2020-10-12 | 1 | -4/+7 |
* | Fix undefined index and consequential damages in versions code | Christoph Wurst | 2020-10-12 | 1 | -1/+1 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 2 | -8/+8 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 3 | -1/+2 |
* | Migrate files versions to the PSR container | Christoph Wurst | 2020-07-16 | 1 | -11/+12 |
* | Move files_versions to bootstrap mechanism | Morris Jobke | 2020-07-09 | 1 | -29/+24 |
* | Add missing return | Joas Schilling | 2020-06-26 | 1 | -1/+1 |
* | Also always return in app commands | Joas Schilling | 2020-06-26 | 2 | -3/+7 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 12 | -2/+12 |
* | Fix #19066 - Array offset error due to empty file versions array | Liam JACK | 2020-04-12 | 1 | -0/+5 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 4 | -9/+9 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 4 | -5/+5 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 14 | -35/+12 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Remove trailing whitespaces from comments | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 3 | -4/+4 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 6 | -12/+12 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 2 | -2/+1 |
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 1 | -3/+3 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 4 | -4/+0 |
|\ |
|
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 4 | -4/+0 |
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -31/+31 |
|/ |
|
* | Fix mismatching docblock return types | Christoph Wurst | 2020-03-06 | 1 | -1/+3 |
* | Merge pull request #18231 from nextcloud/fix/shared_version_restore | Roeland Jago Douma | 2019-12-09 | 2 | -11/+8 |
|\ |
|
| * | Fix restoring shared versions | Roeland Jago Douma | 2019-12-05 | 2 | -11/+8 |
* | | Update license headers | Christoph Wurst | 2019-12-05 | 27 | -36/+99 |
|/ |
|
* | respect shareapi_allow_share_dialog_user_enumeration in Principal backend for... | Georg Ehrke | 2019-12-03 | 1 | -1/+2 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 8 | -13/+12 |
* | Fix files_versions app LoadSidebar event | John Molakvoæ (skjnldsv) | 2019-11-06 | 4 | -29/+143 |
* | Merge pull request #17509 from nextcloud/fix/application-singleton | John Molakvoæ | 2019-11-04 | 1 | -2/+2 |
|\ |
|
| * | Do not create Application instances directly | Christoph Wurst | 2019-10-11 | 1 | -2/+2 |
* | | use OCP\EventDispatcher\Event over Symfony's deprecated Event | Arthur Schiwon | 2019-10-17 | 1 | -3/+1 |
* | | Set the proper filename for version downloads | Roeland Jago Douma | 2019-10-14 | 2 | -0/+87 |
|/ |
|
* | Use the proxymapper to obtain valid proxy data | Roeland Jago Douma | 2019-08-15 | 1 | -2/+3 |
* | Make sure we only fetch the file by id for the actual owner | Julius Härtl | 2019-08-01 | 1 | -1/+1 |
* | Merge pull request #15869 from nextcloud/multiple-version-backends | Robin Appelman | 2019-06-19 | 1 | -10/+21 |
|\ |
|
| * | fix loading multiple version backends from one app | Robin Appelman | 2019-06-04 | 1 | -10/+21 |
* | | allow non integer version ids | Robin Appelman | 2019-06-04 | 6 | -10/+10 |
|/ |
|
* | add way for version backends to programmatically specify if they should be used | Robin Appelman | 2019-05-21 | 3 | -12/+45 |
* | Merge pull request #6512 from coletivoEITA/add_circles_sharing_to_caldav | Morris Jobke | 2019-03-13 | 1 | -1/+2 |
|\ |
|
| * | Use proper dependency injection for app manager | Morris Jobke | 2019-03-05 | 1 | -1/+2 |
* | | set availableSpace to 0 if userFolder not found | Felix Nieuwenhuizen | 2019-03-02 | 1 | -6/+7 |