Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-24 | 2 | -2/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-23 | 2 | -0/+4 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-21 | 4 | -2/+24 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-20 | 4 | -4/+4 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-19 | 2 | -0/+6 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-18 | 2 | -0/+6 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-17 | 2 | -6/+6 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-16 | 2 | -0/+2 | |
| | ||||||
* | Merge pull request #23385 from nextcloud/backport/23284/stable19 | Morris Jobke | 2020-10-14 | 1 | -1/+0 | |
|\ | | | | | [stable19] Fix adminpass strengthify margin | |||||
| * | Fix adminpass strengthify margin | Richard Steinmetz | 2020-10-12 | 1 | -1/+0 | |
| | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | |||||
* | | Merge pull request #23421 from nextcloud/backport/23402/stable19 | Morris Jobke | 2020-10-13 | 3 | -3/+3 | |
|\ \ | | | | | | | [stable19] Encode requesttoken for logout url in auto logout | |||||
| * | | Compile assets | npmbuildbot[bot] | 2020-10-13 | 2 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | |||||
| * | | Encode requesttoken for logout url in auto logout | Julius Härtl | 2020-10-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-13 | 132 | -9878/+266 | |
|/ / | ||||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-13 | 2 | -0/+4 | |
|/ | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-11 | 2 | -0/+6 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-10 | 2 | -0/+10 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-09 | 68 | -70/+70 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-07 | 4 | -4/+22 | |
| | ||||||
* | Don't influence toastify errors and always use white | Joas Schilling | 2020-10-06 | 1 | -2/+2 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-02 | 6 | -4/+24 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-01 | 2 | -0/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-29 | 2 | -0/+14 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-27 | 2 | -6/+6 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-25 | 2 | -0/+4 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-24 | 4 | -2/+16 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-23 | 6 | -6/+6 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-22 | 4 | -10/+10 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-21 | 4 | -0/+4 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-20 | 12 | -0/+12 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-18 | 124 | -126/+162 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-18 | 10 | -0/+60 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-17 | 70 | -88/+90 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-16 | 2 | -0/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-15 | 64 | -112/+96 | |
| | ||||||
* | Clarify PHP warning in admin settings | Morris Jobke | 2020-09-10 | 1 | -1/+1 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Check if var debugMode exists | timm2k | 2020-09-09 | 1 | -1/+1 | |
| | | | | Closes #21150 a second time. 2nd appearance of debugMode may not seen in first fix. | |||||
* | Fix installing on Oracle | Joas Schilling | 2020-09-07 | 1 | -1/+3 | |
| | | | | | | | Empty strings are stored as null in Oracle, so a column with NotNull can not have an empty string as default Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-06 | 4 | -0/+4 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-05 | 18 | -0/+18 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-04 | 2 | -0/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-01 | 2 | -16/+16 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-30 | 2 | -0/+6 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-29 | 2 | -4/+4 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-28 | 2 | -0/+8 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-27 | 8 | -38/+48 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-26 | 4 | -12/+26 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-25 | 4 | -8/+8 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-24 | 4 | -12/+40 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-23 | 6 | -0/+14 | |
| |