summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-11-202-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-11-182-0/+28
|
* [tx-robot] updated from transifexNextcloud bot2018-11-172-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-11-156-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-11-146-2/+572
|
* [tx-robot] updated from transifexNextcloud bot2018-11-13122-126/+226
|
* [tx-robot] updated from transifexNextcloud bot2018-11-1010-2/+48
|
* [tx-robot] updated from transifexNextcloud bot2018-11-0912-0/+32
|
* [tx-robot] updated from transifexNextcloud bot2018-11-0826-58/+58
|
* [tx-robot] updated from transifexNextcloud bot2018-11-076-2/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-11-062-2/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-11-056-12/+60
|
* [tx-robot] updated from transifexNextcloud bot2018-11-0418-18/+108
|
* [tx-robot] updated from transifexNextcloud bot2018-11-0352-96/+146
|
* [tx-robot] updated from transifexNextcloud bot2018-11-02124-408/+424
|
* [tx-robot] updated from transifexNextcloud bot2018-11-0112-0/+32
|
* [tx-robot] updated from transifexNextcloud bot2018-10-31122-404/+404
|
* [tx-robot] updated from transifexNextcloud bot2018-10-306-4/+118
|
* [tx-robot] updated from transifexNextcloud bot2018-10-2910-6/+36
|
* [tx-robot] updated from transifexNextcloud bot2018-10-282-50/+54
|
* [tx-robot] updated from transifexNextcloud bot2018-10-2720-4/+44
|
* [tx-robot] updated from transifexNextcloud bot2018-10-26126-674/+262
|
* [tx-robot] updated from transifexNextcloud bot2018-10-254-52/+62
|
* Remove cookies from Clear-Site-Data HeaderPatrick Conrad2018-10-241-1/+1
| | | | | | | | | | | | | | In https://github.com/nextcloud/server/commit/2f87fb6b456fd109c90a5093c31b7a3f62a32040 this header was introduced. The referenced documentation says: > When delivered with a response from https://example.com/clear, the following header will cause cookies associated with the origin https://example.com to be cleared, as well as cookies on any origin in the same registered domain (e.g. https://www.example.com/ and https://more.subdomains.example.com/). This also applies if `https://nextcloud.example.com/` sends the `Clear-Site-Data: "cookies"` header. This is not the behavior we want at this point! So I removed the deletion of cookies from the header. This has no effect on the logout process as this header is supported only recently and the logout works in old browsers as well. Signed-off-by: Patrick Conrad <conrad@iza.org> (cherry picked from commit 1806baaeafa284808cceb1a38ea2e1a9189d0407)
* [tx-robot] updated from transifexNextcloud bot2018-10-242-0/+70
|
* [tx-robot] updated from transifexNextcloud bot2018-10-2348-114/+458
|
* Change password expiration time from 12h to 7dMorris Jobke2018-10-161-1/+1
| | | | | | We use the same logic for creating accounts without a password and there the 12h is a bit short. Users don't expect that the signup link needs to be clicked within 12h - 7d should be a more expected behavior. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Ignore "session_lifetime" if it can not be converted to a numberDaniel Calviño Sánchez2018-10-111-1/+3
| | | | | | | | | | | When "session_lifetime" can not be converted to a number the interval becomes a NaN due to dividing it by 2. This NaN was "dragged" over all the other mathematical operations and caused the heartbeat to be post again and again due to an infinite loop with no pauses in "setInterval". Now, the interval is set to the default value instead if the "session_lifetime" can not be converted to a number. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Fix a misleading setup check for .well-known/caldav & carddavMorris Jobke2018-10-101-4/+4
| | | | | | The problem is that the version without the slash is the correct one. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-10-10126-974/+572
|
* [tx-robot] updated from transifexNextcloud bot2018-10-074-2/+28
|
* [tx-robot] updated from transifexNextcloud bot2018-10-05116-124/+160
|
* [tx-robot] updated from transifexNextcloud bot2018-10-0412-12/+58
|
* [tx-robot] updated from transifexNextcloud bot2018-10-03128-492/+542
|
* [tx-robot] updated from transifexNextcloud bot2018-10-0250-54/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-10-018-12/+70
|
* [tx-robot] updated from transifexNextcloud bot2018-09-304-6/+26
|
* [tx-robot] updated from transifexNextcloud bot2018-09-292-2/+0
|
* [tx-robot] updated from transifexNextcloud bot2018-09-2890-90/+90
|
* [tx-robot] updated from transifexNextcloud bot2018-09-274-2/+16
|
* [tx-robot] updated from transifexNextcloud bot2018-09-262-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-09-252-84/+84
|
* [tx-robot] updated from transifexNextcloud bot2018-09-242-30/+30
|
* [tx-robot] updated from transifexNextcloud bot2018-09-234-12/+16
|
* [tx-robot] updated from transifexNextcloud bot2018-09-228-16/+146
|
* [tx-robot] updated from transifexNextcloud bot2018-09-2112-44/+88
|
* [tx-robot] updated from transifexNextcloud bot2018-09-2012-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2018-09-192-0/+30
|
* [tx-robot] updated from transifexNextcloud bot2018-09-178-2/+22
|
* [tx-robot] updated from transifexNextcloud bot2018-09-166-146/+230
|