Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove accessibility | John Molakvoæ | 2022-04-21 | 1 | -1/+0 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -3/+3 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Add js files to license | John Molakvoæ (skjnldsv) | 2021-03-31 | 1 | -34/+104 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 1 | -1/+1 |
| | | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 1 | -3/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -9/+6 |
| | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -5/+5 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix license headers | Christoph Wurst | 2020-01-13 | 1 | -1/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license script apps | Christoph Wurst | 2019-12-05 | 1 | -15/+41 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove brackets for invalid mail addresses when updating the license header | Julius Härtl | 2017-11-07 | 1 | -0/+9 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Make sure to also detect their new copy right line | Joas Schilling | 2016-08-18 | 1 | -1/+1 |
| | | | | Ref owncloud/core#25518 | ||||
* | If there is no copyright notice print comment line | Roeland Jago Douma | 2016-08-15 | 1 | -1/+6 |
| | |||||
* | Do not licence composer stuff | Roeland Jago Douma | 2016-08-15 | 1 | -1/+1 |
| | |||||
* | only search the license header for @copyright statements | Bjoern Schiessle | 2016-07-21 | 1 | -2/+3 |
| | |||||
* | Fix the license script | Joas Schilling | 2016-07-21 | 1 | -2/+5 |
| | |||||
* | - keep copyright notice and only update the authors list | Bjoern Schiessle | 2016-07-13 | 1 | -18/+81 |
| | | | | - check if all changes to a file happened after the fork, this allows the authors to check if the file can be relicensed to AGPLv3 or later | ||||
* | no more CLA and switch to AGPLv3 or later | Bjoern Schiessle | 2016-06-06 | 1 | -9/+57 |
| | |||||
* | Add new apps | Lukas Reschke | 2016-03-01 | 1 | -0/+5 |
| | |||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+3 |
| | |||||
* | Check the mailmap file of core as well | Joas Schilling | 2016-02-17 | 1 | -1/+28 |
| | |||||
* | Allow the script to run for different git roots | Joas Schilling | 2016-02-17 | 1 | -8/+25 |
| | |||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2016-01-15 | 1 | -0/+6 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | We have new apps .... | Thomas Müller | 2016-01-12 | 1 | -1/+3 |
| | |||||
* | Generate AUTHORS file from commits | Lukas Reschke | 2015-10-26 | 1 | -1/+20 |
| | |||||
* | Update license header script to only use code changes | Morris Jobke | 2015-10-05 | 1 | -2/+3 |
| | | | | * ignores the first lines of a file with the license header | ||||
* | [license script] sort names case insensitive | Morris Jobke | 2015-06-25 | 1 | -1/+1 |
| | |||||
* | Further cleanup of files_encryption | Thomas Müller | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | detect MIT licensed files and ignore them for now | Thomas Müller | 2015-03-26 | 1 | -1/+18 |
| | |||||
* | properly break after the first comment ends + allow to pass in one ↵ | Thomas Müller | 2015-03-26 | 1 | -25/+29 |
| | | | | file/folder via commandline argument | ||||
* | fixing ignorance of 'Not Committed Yet' | Thomas Müller | 2015-03-26 | 1 | -1/+4 |
| | |||||
* | php script which updates the license header in all php file in the repo | Thomas Müller | 2015-02-22 | 1 | -0/+166 |