Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-08 | 60 | -18/+218 |
| | |||||
* | sort prefixes for deterministic LDAP query behaviour | Arthur Schiwon | 2020-02-07 | 1 | -3/+4 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #18897 from nextcloud/bugfix/noid/no-more-jquery | Joas Schilling | 2020-02-07 | 1 | -8/+10 |
|\ | | | | | No more jQuery | ||||
| * | No more jQuery | Joas Schilling | 2020-02-06 | 1 | -8/+10 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #19272 from nextcloud/3rdparty/symfony-4.4.4 | Roeland Jago Douma | 2020-02-07 | 1 | -0/+0 |
|\ \ | | | | | | | Bump symfony to 4.4.4 | ||||
| * | | Bump symfony to 4.4.4 | Roeland Jago Douma | 2020-02-03 | 1 | -0/+0 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #19331 from ↵ | Roeland Jago Douma | 2020-02-07 | 1 | -3/+0 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/bugfix/18890/remove-nested-call-to-beforeunload Removed nested call to beforeunload | ||||
| * | | | Removed nested call to beforeunload | Joas Schilling | 2020-02-06 | 1 | -3/+0 |
| | |/ | |/| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #17077 from nextcloud/enh/10869/no_link_disabled_user | Roeland Jago Douma | 2020-02-07 | 2 | -6/+146 |
|\ \ \ | | | | | | | | | Disable link shares of disabled users | ||||
| * | | | Disable link shares of disabled users | Roeland Jago Douma | 2020-02-07 | 2 | -6/+146 |
| |/ / | | | | | | | | | | | | | | | | Fixes #10869 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-07 | 30 | -0/+60 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-07 | 1130 | -5790/+1666 |
| | | | |||||
* | | | Merge pull request #18926 from nextcloud/fix/18689/int-array-access | Joas Schilling | 2020-02-06 | 2 | -1/+63 |
|\ \ \ | | | | | | | | | Array access on int will fail on php7.4 | ||||
| * | | | Use strpos to check that @ is the first char | Daniel Kesselberg | 2020-01-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | | | Add test to trigger "Trying to access array offset on value of type int" | Daniel Kesselberg | 2020-01-23 | 1 | -0/+62 |
| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | Merge pull request #18778 from nextcloud/fix/fetch-request-token-offline-online | Roeland Jago Douma | 2020-02-06 | 9 | -57/+129 |
|\ \ \ \ | | | | | | | | | | | Fetch a new request token as soon as the browser becomes online | ||||
| * | | | | Fetch a new request token as soon as the browser becomes online | Christoph Wurst | 2020-02-06 | 9 | -57/+129 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | | Merge pull request #18518 from nextcloud/security-polixy | Joas Schilling | 2020-02-06 | 3 | -0/+27 |
|\ \ \ \ \ | | | | | | | | | | | | | Set up a security policy | ||||
| * | | | | | Set up a security policy | Ruben Barkow | 2020-01-21 | 3 | -0/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ruben Barkow-Kuder <github@r.z11.de> | ||||
* | | | | | | Merge pull request #17075 from nextcloud/enh/samesitecookies | Roeland Jago Douma | 2020-02-06 | 2 | -3/+27 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Only send samesite cookies | ||||
| * | | | | | | Only send samesite cookies | Roeland Jago Douma | 2020-02-06 | 2 | -3/+27 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the last remaining two cookies lax. The session cookie itself. And the session password as well (on php 7.3 that is). Samesite cookies are the best cookies! Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | | | Merge pull request #19236 from tflores/issue_18866 | Roeland Jago Douma | 2020-02-06 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Issue 18866 | ||||
| * | | | | | | Audit log unsharing from self | Tiago Flores | 2020-02-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tiago Flores <tiago.flores@yahoo.com.br> | ||||
* | | | | | | | Merge pull request #19320 from nextcloud/bugfix/external-179/fix-event-type | Roeland Jago Douma | 2020-02-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix event type | ||||
| * | | | | | | | Fix event type | Joas Schilling | 2020-02-06 | 1 | -1/+1 |
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | | | Merge pull request #19303 from nextcloud/test/debug-install | Joas Schilling | 2020-02-06 | 3 | -8/+38 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Fix occ maintenance:install database connect failure | ||||
| * | | | | | | Correctly append the port to the host so it's written to the config correctly | Joas Schilling | 2020-02-05 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | | | | Split the exception handling so install errors don't log as setup errors | Joas Schilling | 2020-02-05 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More gebuging Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | | | | Check the new connection on setup like with PostgreSQL and Oracle | Joas Schilling | 2020-02-05 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | | | | Only provide the auth method for MySQL 8.0+ to not break MariaDB | Joas Schilling | 2020-02-05 | 1 | -4/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide the auth method for MySQL 8.0+ Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | | | Merge pull request #19312 from ↵ | Roeland Jago Douma | 2020-02-06 | 1 | -0/+5 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | nextcloud/fix/18195/do-not-overwrite-user-glob-auth do not overwrite global user auth credentials with empty values | ||||
| * | | | | | | do not overwrite global user auth credentials with empty values | Arthur Schiwon | 2020-02-06 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | | | | Merge pull request #19306 from nextcloud/enh/js-escape-html | John Molakvoæ | 2020-02-06 | 9 | -29/+31 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Use escape-html in collaboration.js | ||||
| * | | | | | | | Use escape-html library | Julius Härtl | 2020-02-05 | 9 | -29/+31 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-06 | 288 | -440/+872 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #19219 from ↵ | Roeland Jago Douma | 2020-02-05 | 1 | -0/+4 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/19135/wrong_dtend_invitation_mail Fix display of DTEND for multi-day all-day event | ||||
| * | | | | | | | Fix display of DTEND for multi-day all-day event | Georg Ehrke | 2020-01-30 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | | | | | | Merge pull request #19180 from nextcloud/bugfix/office-anonymous-empty-auth | Roeland Jago Douma | 2020-02-05 | 2 | -4/+20 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | Check for empty authorization headers for office requests | ||||
| * | | | | | | | Check for empty authorization headers for office requests and allow ↵ | Julius Härtl | 2020-02-04 | 2 | -4/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | anonymous option on the whole tree Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | | | | | Merge pull request #19300 from nextcloud/rakekniven-patch-1 | Roeland Jago Douma | 2020-02-05 | 8 | -8/+8 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | l10n: Triple dot to ellipsis | ||||
| * | | | | | | | | Added space before ellipsis | rakekniven | 2020-02-05 | 7 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | ||||
| * | | | | | | | | l10n: Triple dot to ellipsis | rakekniven | 2020-02-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de> | ||||
| * | | | | | | | | l10n: Triple dot to ellipsis | rakekniven | 2020-02-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: rakekniven <mark.ziegler@rakekniven.de> | ||||
* | | | | | | | | | Merge pull request #19165 from Simounet/fix/data-apache-htaccess-typo | John Molakvoæ | 2020-02-05 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | Fix data Apache2 .htaccess typo | ||||
| * | | | | | | | | Fix data Apache2 .htaccess typo | Simounet | 2020-02-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simounet <contact@simounet.net> | ||||
* | | | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-05 | 32 | -14/+88 |
| |/ / / / / / / |/| | | | | | | | |||||
* | | | | | | | | Merge pull request #19246 from sammo2828/decrypt-all-keep-mtime | Roeland Jago Douma | 2020-02-04 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | Keep the modification time during decryptFile | ||||
| * | | | | | | | Keep the modification time during decryptFile | sammo2828 | 2020-02-01 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #19203 from nextcloud/enh/allow_selecting_hashing_algorithm | Roeland Jago Douma | 2020-02-04 | 3 | -13/+100 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Allow respecting PASSWORD_DEFAULT | ||||
| * | | | | | | | | Allow selecting the hashing algorithm | Roeland Jago Douma | 2020-02-03 | 3 | -13/+100 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |