aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/lib
Commit message (Expand)AuthorAgeFilesLines
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0427-60/+23
* Drop \OCP\UserChristoph Wurst2021-05-212-5/+5
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-101-0/+2
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-183-14/+14
* dont stop expiring versions if we cant check if the source file still existsRobin Appelman2021-02-051-2/+9
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-2/+1
* Catch storage not available in versions expire commandChristoph Wurst2020-11-251-1/+17
* Return all keys in getAllVersions() insteadMorris Jobke2020-10-121-4/+7
* Fix undefined index and consequential damages in versions codeChristoph Wurst2020-10-121-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-8/+8
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-243-1/+2
* Migrate files versions to the PSR containerChristoph Wurst2020-07-161-11/+12
* Move files_versions to bootstrap mechanismMorris Jobke2020-07-091-29/+24
* Add missing returnJoas Schilling2020-06-261-1/+1
* Also always return in app commandsJoas Schilling2020-06-262-3/+7
* Update license headers for 19Christoph Wurst2020-04-2912-2/+12
* Fix #19066 - Array offset error due to empty file versions arrayLiam JACK2020-04-121-0/+5
* Add visibility to all constantsChristoph Wurst2020-04-104-9/+9
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-104-5/+5
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1014-35/+12
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Remove trailing whitespaces from commentsChristoph Wurst2020-04-091-1/+1
* Remove trailing and in between spacesChristoph Wurst2020-04-093-4/+4
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-096-12/+12
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-092-2/+1
* Fix multiline commentsChristoph Wurst2020-04-081-3/+3
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-274-4/+0
|\
| * Remove unused importsChristoph Wurst2020-03-254-4/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-31/+31
|/
* Fix mismatching docblock return typesChristoph Wurst2020-03-061-1/+3
* Merge pull request #18231 from nextcloud/fix/shared_version_restoreRoeland Jago Douma2019-12-092-11/+8
|\
| * Fix restoring shared versionsRoeland Jago Douma2019-12-052-11/+8
* | Update license headersChristoph Wurst2019-12-0527-36/+99
|/
* respect shareapi_allow_share_dialog_user_enumeration in Principal backend for...Georg Ehrke2019-12-031-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-228-13/+12
* Fix files_versions app LoadSidebar eventJohn Molakvoæ (skjnldsv)2019-11-064-29/+143
* Merge pull request #17509 from nextcloud/fix/application-singletonJohn Molakvoæ2019-11-041-2/+2
|\
| * Do not create Application instances directlyChristoph Wurst2019-10-111-2/+2
* | use OCP\EventDispatcher\Event over Symfony's deprecated EventArthur Schiwon2019-10-171-3/+1
* | Set the proper filename for version downloadsRoeland Jago Douma2019-10-142-0/+87
|/
* Use the proxymapper to obtain valid proxy dataRoeland Jago Douma2019-08-151-2/+3
* Make sure we only fetch the file by id for the actual ownerJulius Härtl2019-08-011-1/+1
* Merge pull request #15869 from nextcloud/multiple-version-backendsRobin Appelman2019-06-191-10/+21
|\
| * fix loading multiple version backends from one appRobin Appelman2019-06-041-10/+21
* | allow non integer version idsRobin Appelman2019-06-046-10/+10
|/
* add way for version backends to programmatically specify if they should be usedRobin Appelman2019-05-213-12/+45
* Merge pull request #6512 from coletivoEITA/add_circles_sharing_to_caldavMorris Jobke2019-03-131-1/+2
|\
| * Use proper dependency injection for app managerMorris Jobke2019-03-051-1/+2
* | set availableSpace to 0 if userFolder not foundFelix Nieuwenhuizen2019-03-021-6/+7