| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump css-loader from 3.6.0 to 5.0.1 | dependabot-preview[bot] | 2020-11-06 | 2 | -2/+2 |
* | Merge pull request #23295 from nextcloud/fix/versions-no-space-no-versions-un... | Morris Jobke | 2020-10-13 | 1 | -3/+6 |
|\ |
|
| * | 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 |
* | | VersioningTest:729 is unreliable and should be disabled | Morris Jobke | 2020-10-12 | 1 | -0/+1 |
|/ |
|
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 4 | -15/+15 |
* | Update autloader | Roeland Jago Douma | 2020-09-24 | 1 | -1/+1 |
* | Bump versions | Joas Schilling | 2020-09-18 | 1 | -2/+2 |
* | Update .l10nignore for apps to exclude bundled JS files | Morris Jobke | 2020-09-15 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 5 | -1/+4 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-13 | 2 | -2/+2 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 2 | -8/+8 |
* | Bump @nextcloud/eslint-config and peers | John Molakvoæ (skjnldsv) | 2020-07-31 | 3 | -5/+5 |
* | Bump compiled files | John Molakvoæ (skjnldsv) | 2020-07-31 | 5 | -31/+31 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-07-31 | 2 | -0/+2 |
* | Migrate files versions to the PSR container | Christoph Wurst | 2020-07-16 | 1 | -11/+12 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-07-15 | 2 | -2/+2 |
* | Compile assets | npmbuildbot[bot] | 2020-07-14 | 2 | -2/+3 |
* | Move files_versions to bootstrap mechanism | Morris Jobke | 2020-07-09 | 3 | -55/+24 |
* | Bump bundles | Julius Härtl | 2020-07-07 | 1 | -2/+1 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-07-03 | 4 | -0/+28 |
* | 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 |
* | Fix tests | Joas Schilling | 2020-06-24 | 1 | -0/+1 |
* | Update share type constant usage | Joas Schilling | 2020-06-24 | 1 | -7/+7 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-06-01 | 2 | -0/+4 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-21 | 2 | -6/+6 |
* | Bump app versions and requirements | Joas Schilling | 2020-05-07 | 1 | -2/+2 |
* | Merge pull request #20714 from nextcloud/fix/license-headers-19 | Christoph Wurst | 2020-04-29 | 15 | -2/+15 |
|\ |
|
| * | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 15 | -2/+15 |
* | | Bump webpack from 4.42.1 to 4.43.0 | dependabot-preview[bot] | 2020-04-29 | 1 | -1/+1 |
|/ |
|
* | Fix legacy routes | Joas Schilling | 2020-04-18 | 1 | -3/+3 |
* | Merge pull request #20449 from liamjack/fix/19066/empty_file_versions | Roeland Jago Douma | 2020-04-18 | 2 | -0/+10 |
|\ |
|
| * | Fix #19066 - Array offset error due to empty file versions array | Liam JACK | 2020-04-12 | 2 | -0/+10 |
* | | Bump css-loader from 3.4.1 to 3.5.2 | dependabot-preview[bot] | 2020-04-13 | 2 | -2/+2 |
|/ |
|
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 6 | -13/+13 |
* | 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 | 17 | -55/+20 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -2/+2 |
* | Make sure every file ends with an empty newline | Christoph Wurst | 2020-04-09 | 2 | -2/+0 |
* | 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 | 8 | -19/+19 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 3 | -3/+1 |
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 1 | -3/+3 |
* | Bump handlebars from 4.7.4 to 4.7.6 | dependabot-preview[bot] | 2020-04-08 | 2 | -2/+2 |
* | Update handlebars to get rid of minimist | Christoph Wurst | 2020-04-03 | 2 | -2/+2 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 3 | -0/+3 |
* | Bump webpack from 4.42.0 to 4.42.1 | dependabot-preview[bot] | 2020-03-30 | 2 | -2/+2 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-28 | 2 | -0/+4 |