summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19333 from nextcloud/add-featured-categoryRoeland Jago Douma2020-02-0810-7/+8827
|\
| * Update bundlesMario Danic2020-02-076-29327/+5549
| * Add featured categoryMario Danic2020-02-076-38/+32636
* | Merge pull request #19349 from nextcloud/bugfix/noid/prevent-download-on-secu...Roeland Jago Douma2020-02-081-1/+4
|\ \
| * | Prevent archieved download on secure viewJoas Schilling2020-02-071-1/+4
* | | Merge pull request #19356 from nextcloud/enhancement/mocha-testsRoeland Jago Douma2020-02-086-2/+1167
|\ \ \
| * | | Add webpack-based js testsChristoph Wurst2020-02-076-2/+1167
| | |/ | |/|
* | | [tx-robot] updated from transifexNextcloud bot2020-02-0860-18/+218
* | | sort prefixes for deterministic LDAP query behaviourArthur Schiwon2020-02-071-3/+4
|/ /
* | Merge pull request #18897 from nextcloud/bugfix/noid/no-more-jqueryJoas Schilling2020-02-071-8/+10
|\ \
| * | No more jQueryJoas Schilling2020-02-061-8/+10
| |/
* | Merge pull request #19272 from nextcloud/3rdparty/symfony-4.4.4Roeland Jago Douma2020-02-071-0/+0
|\ \
| * | Bump symfony to 4.4.4Roeland Jago Douma2020-02-031-0/+0
* | | Merge pull request #19331 from nextcloud/bugfix/18890/remove-nested-call-to-b...Roeland Jago Douma2020-02-071-3/+0
|\ \ \
| * | | Removed nested call to beforeunloadJoas Schilling2020-02-061-3/+0
| | |/ | |/|
* | | Merge pull request #17077 from nextcloud/enh/10869/no_link_disabled_userRoeland Jago Douma2020-02-072-6/+146
|\ \ \
| * | | Disable link shares of disabled usersRoeland Jago Douma2020-02-072-6/+146
| |/ /
* | | [tx-robot] updated from transifexNextcloud bot2020-02-0730-0/+60
* | | [tx-robot] updated from transifexNextcloud bot2020-02-071130-5790/+1666
* | | Merge pull request #18926 from nextcloud/fix/18689/int-array-accessJoas Schilling2020-02-062-1/+63
|\ \ \
| * | | Use strpos to check that @ is the first charDaniel Kesselberg2020-01-231-1/+1
| * | | Add test to trigger "Trying to access array offset on value of type int"Daniel Kesselberg2020-01-231-0/+62
* | | | Merge pull request #18778 from nextcloud/fix/fetch-request-token-offline-onlineRoeland Jago Douma2020-02-069-57/+129
|\ \ \ \
| * | | | Fetch a new request token as soon as the browser becomes onlineChristoph Wurst2020-02-069-57/+129
* | | | | Merge pull request #18518 from nextcloud/security-polixyJoas Schilling2020-02-063-0/+27
|\ \ \ \ \
| * | | | | Set up a security policyRuben Barkow2020-01-213-0/+27
* | | | | | Merge pull request #17075 from nextcloud/enh/samesitecookiesRoeland Jago Douma2020-02-062-3/+27
|\ \ \ \ \ \
| * | | | | | Only send samesite cookiesRoeland Jago Douma2020-02-062-3/+27
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #19236 from tflores/issue_18866Roeland Jago Douma2020-02-061-0/+1
|\ \ \ \ \ \
| * | | | | | Audit log unsharing from selfTiago Flores2020-02-031-0/+1
* | | | | | | Merge pull request #19320 from nextcloud/bugfix/external-179/fix-event-typeRoeland Jago Douma2020-02-061-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix event typeJoas Schilling2020-02-061-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #19303 from nextcloud/test/debug-installJoas Schilling2020-02-063-8/+38
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Correctly append the port to the host so it's written to the config correctlyJoas Schilling2020-02-051-1/+4
| * | | | | | Split the exception handling so install errors don't log as setup errorsJoas Schilling2020-02-051-3/+11
| * | | | | | Check the new connection on setup like with PostgreSQL and OracleJoas Schilling2020-02-051-0/+10
| * | | | | | Only provide the auth method for MySQL 8.0+ to not break MariaDBJoas Schilling2020-02-051-4/+13
* | | | | | | Merge pull request #19312 from nextcloud/fix/18195/do-not-overwrite-user-glob...Roeland Jago Douma2020-02-061-0/+5
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | do not overwrite global user auth credentials with empty valuesArthur Schiwon2020-02-061-0/+5
* | | | | | | Merge pull request #19306 from nextcloud/enh/js-escape-htmlJohn Molakvoæ2020-02-069-29/+31
|\ \ \ \ \ \ \
| * | | | | | | Use escape-html libraryJulius Härtl2020-02-059-29/+31
| |/ / / / / /
* | | | | | | [tx-robot] updated from transifexNextcloud bot2020-02-06288-440/+872
* | | | | | | Merge pull request #19219 from nextcloud/bugfix/19135/wrong_dtend_invitation_...Roeland Jago Douma2020-02-051-0/+4
|\ \ \ \ \ \ \
| * | | | | | | Fix display of DTEND for multi-day all-day eventGeorg Ehrke2020-01-301-0/+4
* | | | | | | | Merge pull request #19180 from nextcloud/bugfix/office-anonymous-empty-authRoeland Jago Douma2020-02-052-4/+20
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Check for empty authorization headers for office requests and allow anonymous...Julius Härtl2020-02-042-4/+20
* | | | | | | | Merge pull request #19300 from nextcloud/rakekniven-patch-1Roeland Jago Douma2020-02-058-8/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Added space before ellipsisrakekniven2020-02-057-7/+7
| * | | | | | | | l10n: Triple dot to ellipsis rakekniven2020-02-051-1/+1
| * | | | | | | | l10n: Triple dot to ellipsisrakekniven2020-02-041-1/+1