Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-30 | 2 | -0/+2 |
| | |||||
* | Merge pull request #18064 from nextcloud/feature/php74 | Roeland Jago Douma | 2019-11-28 | 10 | -17/+17 |
|\ | | | | | Add php7.4 support | ||||
| * | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 6 | -11/+11 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 10 | -11/+11 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-28 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #18082 from nextcloud/design/style-update | Roeland Jago Douma | 2019-11-26 | 1 | -5/+24 |
|\ | | | | | Update style of log in page and header | ||||
| * | Adjust gradient to theming value | Julius Härtl | 2019-11-25 | 1 | -5/+20 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Update style of log in page and header | Jan-Christoph Borchardt | 2019-11-23 | 1 | -4/+8 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | add var for theming images , advanced options (#16815) | John Molakvoæ | 2019-11-26 | 5 | -9/+19 |
|\ \ | | | | | | | add var for theming images , advanced options | ||||
| * | | Remove some whitespace | Daniel Kesselberg | 2019-11-24 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | | fix test for new css vars / logoheader and favicon | Guillaume COMPAGNON | 2019-11-24 | 1 | -3/+11 |
| | | | | | | | | | | | | Signed-off-by: Guillaume COMPAGNON <gcompagnon@outlook.com> | ||||
| * | | add var for theming images , advanced options | Guillaume COMPAGNON | 2019-11-24 | 4 | -7/+9 |
| |/ | | | | | | | Signed-off-by: Guillaume COMPAGNON <gcompagnon@outlook.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-26 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #18079 from nextcloud/fixes/phpcs | Roeland Jago Douma | 2019-11-25 | 11 | -22/+27 |
|\ \ | |/ |/| | Some php-cs fixes | ||||
| * | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 11 | -22/+27 |
| | | | | | | | | | | | | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-23 | 2 | -2/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-21 | 4 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-20 | 4 | -2/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-19 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-15 | 2 | -8/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-12 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-10 | 2 | -0/+2 |
| | |||||
* | remove missed manual Application instance constructions | Robin Appelman | 2019-11-04 | 2 | -1/+31 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-03 | 2 | -8/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-01 | 4 | -0/+4 |
| | |||||
* | Merge pull request #17673 from nextcloud/fix/lang/locale/jshelper/mess | Roeland Jago Douma | 2019-10-26 | 1 | -4/+1 |
|\ | | | | | Fix jsConfigHelper lang/locale mixup | ||||
| * | Cleanup theming mess | Roeland Jago Douma | 2019-10-25 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | | | * Do not do translations in the constructor. This gets called to early so there is no user yet. Which means we can't obtain the locale. Which means we store the wrong translation instance. * Same for the theming app magic. Just use the parent call when needed. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-26 | 2 | -0/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-22 | 4 | -0/+4 |
| | |||||
* | Merge pull request #17593 from nextcloud/ensure-valid-theming-image-route | Roeland Jago Douma | 2019-10-21 | 1 | -4/+10 |
|\ | | | | | make sure that the urls for theming images are valid | ||||
| * | make sure that the urls for theming images are valid | Robin Appelman | 2019-10-18 | 1 | -4/+10 |
| | | | | | | | | | | | | | | | | In some circumstances the url generation seems to fail, resulting in an empty image url which causes the browser to load the main page multiple times, leading to issues with state tokens Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-21 | 6 | -0/+12 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-10-20 | 12 | -0/+12 |
|/ | |||||
* | added documentation links on settings pages | Sascha Wiswedel | 2019-10-17 | 1 | -0/+1 |
| | | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-09-25 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-09-24 | 2 | -2/+2 |
| | |||||
* | Create color-primary-light variable | John Molakvoæ (skjnldsv) | 2019-09-11 | 1 | -0/+3 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-09-08 | 2 | -4/+4 |
| | |||||
* | Development is 18 now! | Roeland Jago Douma | 2019-09-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-09-05 | 2 | -0/+6 |
| | |||||
* | CapabilitiesTests are not DB tests | Roeland Jago Douma | 2019-09-04 | 1 | -1/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-29 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-28 | 2 | -0/+100 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-22 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-18 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-14 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-12 | 4 | -0/+12 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-09 | 2 | -2/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-04 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-08-03 | 4 | -0/+12 |
| |