summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Add handler for change event of the expire date fieldJulius Härtl2019-03-041-0/+11
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2019-03-0110-158/+172
|
* Remove additional referrer policy meta tag.Dominik Wasielewski2019-02-281-1/+0
| | | | Signed-off-by: Dominik Wasielewski <d-wasi@web.de>
* Remove unnecessary meta tags.Dominik Wasielewski2019-02-283-3/+0
| | | | Signed-off-by: Dominik Wasielewski <d-wasi@web.de>
* [tx-robot] updated from transifexNextcloud bot2019-02-2816-2/+38
|
* [tx-robot] updated from transifexNextcloud bot2019-02-2714-0/+54
|
* [tx-robot] updated from transifexNextcloud bot2019-02-264-0/+18
|
* [tx-robot] updated from transifexNextcloud bot2019-02-252-18/+18
|
* [tx-robot] updated from transifexNextcloud bot2019-02-244-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-02-236-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2019-02-2210-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-02-216-12/+40
|
* Merge pull request #14312 from nextcloud/backport/14255/stable15Morris Jobke2019-02-202-0/+76
|\ | | | | [stable15] Fix ocm end-point discovery discovery
| * Add unit tests and provide better messageMorris Jobke2019-02-202-3/+39
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * add setup check for ocm-provider routeBjoern Schiessle2019-02-201-0/+40
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Fix OC.getCurrentUser() on guest pagesJoas Schilling2019-02-201-1/+5
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #14275 from nextcloud/backport/12573/stable15Roeland Jago Douma2019-02-201-1/+2
|\ | | | | [stable15] Do not do redirect handling when loggin out
| * Do not do redirect handling when loggin outRoeland Jago Douma2019-02-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #12568 Since the clearing of the execution context causes another reload. We should not do the redirect_uri handling as this results in redirecting back to the logout page on login. This adds a simple middleware that will just check if the ClearExecutionContext session variable is set. If that is the case it will just redirect back to the login page. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix header label visibility on open menuJulius Härtl2019-02-191-5/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-02-196-22/+46
| |
* | [tx-robot] updated from transifexNextcloud bot2019-02-184-0/+16
| |
* | [tx-robot] updated from transifexNextcloud bot2019-02-1718-0/+80
| |
* | [tx-robot] updated from transifexNextcloud bot2019-02-16128-342/+344
|/
* Remove trailing spaces from localized stringsMorris Jobke2019-02-151-4/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix expiration date changingAndrey Dyakov2019-02-141-1/+1
| | | Pass shareId to setExpirationDate()
* [tx-robot] updated from transifexNextcloud bot2019-02-142-26/+26
|
* [tx-robot] updated from transifexNextcloud bot2019-02-134-2/+14
|
* [tx-robot] updated from transifexNextcloud bot2019-02-12128-1010/+1010
|
* [tx-robot] updated from transifexNextcloud bot2019-02-114-2/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-02-102-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-02-092-14/+16
|
* Merge pull request #13982 from ↵Morris Jobke2019-02-082-2/+3
|\ | | | | | | | | nextcloud/stable15-12917-clean-code-and-fix-drop-zone-shadow [stable15] Clean code and fix drop zone shadow
| * Extract variable for yellow color in iconsfnuesse2019-02-012-2/+3
| | | | | | | | Signed-off-by: fnuesse <felix.nuesse@t-online.de>
* | [tx-robot] updated from transifexNextcloud bot2019-02-086-18/+122
| |
* | [tx-robot] updated from transifexNextcloud bot2019-02-064-2/+30
| |
* | [tx-robot] updated from transifexNextcloud bot2019-02-06128-1654/+1814
|/
* Clean pending 2FA authentication on password resetRoeland Jago Douma2019-01-301-2/+8
| | | | | | | | | | | When a password is reste we should make sure that all users are properly logged in. Pending states should be cleared. For example a session where the 2FA code is not entered yet should be cleared. The token is now removed so the session will be killed the next time this is checked (within 5 minutes). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix updating the password of a link share when passwords are enforcedDaniel Calviño Sánchez2019-01-293-42/+33
| | | | | | | | | | The password input was shown in the popup menu when passwords were not enforced, or when they were enforced but no password was set, which prevented updating/changing the password once set. As the password input should be shown too when password are enforced and a password is set no condition is needed, so now the password input is always shown. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2019-01-264-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-01-252-0/+2
|
* Merge pull request #13794 from nextcloud/backport/13742/stable15Morris Jobke2019-01-241-0/+0
|\ | | | | [stable15] Add icon to restore activity
| * Add icon to restore activityJoas Schilling2019-01-241-0/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #13761 from nextcloud/backport/15/13738Roeland Jago Douma2019-01-241-15/+13
|\ \ | |/ |/| [stable15] Fix integration of social sharing into the link popover menu
| * Fix integration of social sharing into the link popover menuJulius Härtl2019-01-231-15/+13
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-01-24126-136/+136
| |
* | Merge pull request #13758 from nextcloud/backport/13747/stable15Morris Jobke2019-01-231-1/+8
|\ \ | | | | | | [stable15] Honor remember_login_cookie_lifetime
| * | Honor remember_login_cookie_lifetimeRoeland Jago Douma2019-01-231-1/+8
| |/ | | | | | | | | | | | | | | | | | | | | | | If the remember_login_cookie_lifetime is set to 0 this means we do not want to use remember me at all. In that case we should also not creatae a remember me cookie and should create a proper temp token. Further this specifies that is not 0 the remember me time should always be larger than the session timeout. Because else the behavior is not really defined. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / Respect user locale in natural sort comparatorChristoph Wurst2019-01-231-5/+2
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-01-234-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-01-224-6/+6
|