summaryrefslogtreecommitdiffstats
path: root/apps/files_versions
Commit message (Expand)AuthorAgeFilesLines
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-245-1/+4
* [tx-robot] updated from transifexNextcloud bot2020-08-132-2/+2
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-122-8/+8
* Bump @nextcloud/eslint-config and peersJohn Molakvoæ (skjnldsv)2020-07-313-5/+5
* Bump compiled filesJohn Molakvoæ (skjnldsv)2020-07-315-31/+31
* [tx-robot] updated from transifexNextcloud bot2020-07-312-0/+2
* Migrate files versions to the PSR containerChristoph Wurst2020-07-161-11/+12
* [tx-robot] updated from transifexNextcloud bot2020-07-152-2/+2
* Compile assetsnpmbuildbot[bot]2020-07-142-2/+3
* Move files_versions to bootstrap mechanismMorris Jobke2020-07-093-55/+24
* Bump bundlesJulius Härtl2020-07-071-2/+1
* [tx-robot] updated from transifexNextcloud bot2020-07-034-0/+28
* Add missing returnJoas Schilling2020-06-261-1/+1
* Also always return in app commandsJoas Schilling2020-06-262-3/+7
* Fix testsJoas Schilling2020-06-241-0/+1
* Update share type constant usageJoas Schilling2020-06-241-7/+7
* [tx-robot] updated from transifexNextcloud bot2020-06-012-0/+4
* [tx-robot] updated from transifexNextcloud bot2020-05-212-6/+6
* Bump app versions and requirementsJoas Schilling2020-05-071-2/+2
* Merge pull request #20714 from nextcloud/fix/license-headers-19Christoph Wurst2020-04-2915-2/+15
|\
| * Update license headers for 19Christoph Wurst2020-04-2915-2/+15
* | Bump webpack from 4.42.1 to 4.43.0dependabot-preview[bot]2020-04-291-1/+1
|/
* Fix legacy routesJoas Schilling2020-04-181-3/+3
* Merge pull request #20449 from liamjack/fix/19066/empty_file_versionsRoeland Jago Douma2020-04-182-0/+10
|\
| * Fix #19066 - Array offset error due to empty file versions arrayLiam JACK2020-04-122-0/+10
* | Bump css-loader from 3.4.1 to 3.5.2dependabot-preview[bot]2020-04-132-2/+2
|/
* Add visibility to all constantsChristoph Wurst2020-04-106-13/+13
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-104-5/+5
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1017-55/+20
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Make sure every file ends with an empty newlineChristoph Wurst2020-04-092-2/+0
* 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-098-19/+19
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-093-3/+1
* Fix multiline commentsChristoph Wurst2020-04-081-3/+3
* Bump handlebars from 4.7.4 to 4.7.6dependabot-preview[bot]2020-04-082-2/+2
* Update handlebars to get rid of minimistChristoph Wurst2020-04-032-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-313-0/+3
* Bump webpack from 4.42.0 to 4.42.1dependabot-preview[bot]2020-03-302-2/+2
* [tx-robot] updated from transifexNextcloud bot2020-03-282-0/+4
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-276-6/+0
|\
| * Remove unused importsChristoph Wurst2020-03-256-6/+0
* | [tx-robot] updated from transifexNextcloud bot2020-03-272-0/+2
* | Use the short array syntax, everywhereChristoph Wurst2020-03-263-130/+130
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-4/+4
|/
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
* Move deprecated aliases over to new registrationRoeland Jago Douma2020-03-151-3/+3
* Merge pull request #19820 from nextcloud/fix/mismatching-docblock-return-typeChristoph Wurst2020-03-091-1/+3
|\
| * Fix mismatching docblock return typesChristoph Wurst2020-03-061-1/+3