| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #31592 from nextcloud/fix/direct-arg-flow-v2 | Vincent Petry | 2022-03-29 | 2 | -7/+13 |
|\ |
|
| * | Add direct arg to login flow | Vincent Petry | 2022-03-28 | 2 | -7/+13 |
* | | Remove legacy Internet Explorer headers | MichaIng | 2022-03-19 | 4 | -4/+0 |
|/ |
|
* | Fix target attribute does not exists | Carl Schwan | 2022-02-16 | 1 | -2/+2 |
* | Target_Blank option to open External links | christophe canovas | 2022-02-15 | 1 | -0/+2 |
* | allow changing the top-left logo link target in system config | Julien Veyssier | 2022-01-20 | 1 | -1/+1 |
* | Improve installation pages | Christopher Ng | 2022-01-14 | 1 | -11/+1 |
* | Move bundles to /dist | John Molakvoæ (skjnldsv) | 2022-01-08 | 3 | -3/+3 |
* | Merge pull request #29531 from nextcloud/bugfix/noid/flow-auth-v2-apptoken | John Molakvoæ | 2021-12-30 | 2 | -4/+22 |
|\ |
|
| * | Adjust auth token link design | Julius Härtl | 2021-12-03 | 2 | -7/+7 |
| * | Allow using an app token to login with v2 flow auth | Julius Härtl | 2021-12-03 | 1 | -0/+18 |
* | | Pass username prefill through unauthenticated request redirects | Julius Härtl | 2021-12-29 | 2 | -2/+2 |
|/ |
|
* | Add profile templates | Christopher Ng | 2021-10-18 | 2 | -0/+32 |
* | Add current status in navbar | Carl Schwan | 2021-10-15 | 1 | -8/+33 |
* | Confirm mails only per POST | Arthur Schiwon | 2021-09-09 | 1 | -0/+20 |
* | implement verification for additional mails | Arthur Schiwon | 2021-09-09 | 1 | -0/+13 |
* | Fix position of search bar | Carl Schwan | 2021-08-31 | 1 | -1/+1 |
* | Always add header-right container | Julius Härtl | 2021-08-16 | 1 | -2/+2 |
* | fix filepicker bug in dark mode | szaimen | 2021-07-09 | 1 | -4/+1 |
* | Add a text string to l10n | Valdnet | 2021-07-05 | 1 | -1/+1 |
* | Add a text string to l10n | Valdnet | 2021-07-05 | 1 | -1/+1 |
* | Move header into h3 | Lukas Reschke | 2021-06-23 | 2 | -6/+12 |
* | Make security warning stand out more | Lukas Reschke | 2021-06-22 | 2 | -4/+4 |
* | Let apps toggle an unread counter on app icons | Julius Härtl | 2021-06-16 | 1 | -9/+23 |
* | Prefer string $file over 1-element array in script() | François Freitag | 2021-05-18 | 1 | -3/+1 |
* | Handle device login like an alternative login | Joas Schilling | 2021-04-20 | 1 | -1/+1 |
* | Directly add notifications element | Joas Schilling | 2021-01-18 | 1 | -0/+1 |
* | Show the full trace of an exception | Christoph Wurst | 2020-11-10 | 1 | -3/+19 |
* | Fix password visibility toggles | Richard Steinmetz | 2020-10-10 | 1 | -3/+3 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 3 | -3/+3 |
* | Add apple-touch-icon-precomposed (fixes #14818) | Christian Wenz | 2020-10-02 | 2 | -0/+2 |
* | Check if var debugMode exists | timm2k | 2020-09-04 | 1 | -1/+1 |
* | Send "429 Too Many Requests" in case of brute force protection | Joas Schilling | 2020-08-19 | 1 | -0/+4 |
* | Fix "misplaced variables" warning of Psalm in PHPDoc statements | Morris Jobke | 2020-08-17 | 6 | -14/+14 |
* | Fix unified search | John Molakvoæ (skjnldsv) | 2020-08-03 | 1 | -9/+1 |
* | Add a clear message why you could end up there | Joas Schilling | 2020-07-06 | 2 | -0/+8 |
* | Check if debugMode is defined before using it | Roeland Jago Douma | 2020-07-02 | 1 | -1/+1 |
* | Merge pull request #19646 from firlevapz/bugfix/19400/oauth2-login-opens-new-... | Joas Schilling | 2020-07-01 | 1 | -1/+1 |
|\ |
|
| * | Change OAuth2 redirect link to relative link | Fabian Helm | 2020-02-25 | 1 | -1/+1 |
* | | Merge pull request #20932 from nextcloud/Valdnet-patch-3 | Morris Jobke | 2020-05-13 | 1 | -1/+1 |
|\ \ |
|
| * | | l10n: Addition of "The" | Valdnet | 2020-05-13 | 1 | -1/+1 |
| * | | l10n: Changing the word "These" to "Following" | Valdnet | 2020-05-11 | 1 | -1/+1 |
* | | | Move the password confirmation form template to post | Roeland Jago Douma | 2020-05-11 | 1 | -1/+1 |
|/ / |
|
* | | Install page app naming | Roeland Jago Douma | 2020-05-07 | 1 | -1/+1 |
* | | Comply with php-cs | Gary Kim | 2020-05-02 | 1 | -5/+5 |
* | | Fix public layout header title & description | John Molakvoæ (skjnldsv) | 2020-04-30 | 1 | -8/+8 |
* | | Fix breadcrumb in move or copy file dialog | Loïc Hermann | 2020-04-17 | 1 | -10/+13 |
* | | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 13 | -45/+62 |
* | | Merge pull request #20391 from nextcloud/refactor/spaces-cleanup | Christoph Wurst | 2020-04-09 | 6 | -34/+34 |
|\ \ |
|
| * | | Remove trailing whitespaces from comments | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |