aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions
Commit message (Expand)AuthorAgeFilesLines
* Re-use fetched dependencies in lib/base.phpMorris Jobke2021-01-201-1/+1
* [tx-robot] updated from transifexNextcloud bot2020-12-172-0/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-163-3/+2
* FIXRoeland Jago Douma2020-12-071-36/+0
* rebuild autoloader scripts with 2.0.7Robin Appelman2020-11-264-3/+5
* Catch storage not available in versions expire commandChristoph Wurst2020-11-251-1/+17
* Bump css-loader from 3.6.0 to 5.0.1dependabot-preview[bot]2020-11-062-2/+2
* Merge pull request #23295 from nextcloud/fix/versions-no-space-no-versions-un...Morris Jobke2020-10-131-3/+6
|\
| * 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
* | VersioningTest:729 is unreliable and should be disabledMorris Jobke2020-10-121-0/+1
|/
* Format code to a single space around binary operatorsChristoph Wurst2020-10-054-15/+15
* Update autloaderRoeland Jago Douma2020-09-241-1/+1
* Bump versionsJoas Schilling2020-09-181-2/+2
* Update .l10nignore for apps to exclude bundled JS filesMorris Jobke2020-09-151-1/+1
* 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