| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | use node API for free space calculation in versions app (same method as trash... | Felix Nieuwenhuizen | 2019-03-02 | 1 | -3/+5 |
|/ |
|
* | Move of files_versions to webpack | Roeland Jago Douma | 2019-02-13 | 1 | -1/+1 |
* | Allow shared versions again in legacy backend | Roeland Jago Douma | 2019-01-25 | 1 | -2/+15 |
* | actually return the user when creating version dav nodes | Robin Appelman | 2018-11-15 | 1 | -0/+1 |
* | modular versions api | Robin Appelman | 2018-11-01 | 16 | -102/+726 |
* | allow admins to override FreeBusy capabilities without modifying ShareAPI cap... | Georg Ehrke | 2018-05-22 | 1 | -1/+2 |
* | Delete the previews when a version is restored | Roeland Jago Douma | 2018-05-14 | 1 | -0/+8 |
* | Use more magic DI in files_versions | Roeland Jago Douma | 2018-05-11 | 4 | -28/+8 |
* | If not in debug disable principal listing | Roeland Jago Douma | 2018-05-08 | 1 | -1/+5 |
* | Allow to read get old versions | Roeland Jago Douma | 2018-05-01 | 2 | -4/+20 |
* | Add rollback | Roeland Jago Douma | 2018-05-01 | 4 | -0/+103 |
* | Add version collection to DAV | Roeland Jago Douma | 2018-05-01 | 6 | -0/+431 |
* | Less deprecated calls to OCP\Util::writeLog | Morris Jobke | 2018-04-22 | 1 | -4/+5 |
* | Use ::class statement instead of string | Morris Jobke | 2018-01-29 | 2 | -10/+12 |
* | Use type casting instead of *val() method | Morris Jobke | 2018-01-26 | 2 | -5/+5 |
* | Merge pull request #8053 from nextcloud/simplify-substr | Joas Schilling | 2018-01-26 | 1 | -1/+1 |
|\ |
|
| * | Use short for of substr to not need strlen() | Morris Jobke | 2018-01-25 | 1 | -1/+1 |
* | | Use $var[] = $a instead of array_push - 2x faster | Morris Jobke | 2018-01-25 | 1 | -1/+1 |
|/ |
|
* | Update license headers | Morris Jobke | 2017-11-06 | 7 | -2/+11 |