| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix install page | Vincent Petry | 2022-09-24 | 1 | -17/+10 |
* | Remove OCP\App and OCP\BackgroundJob | Carl Schwan | 2022-08-01 | 1 | -1/+1 |
* | Redesign guest pages for better accessibility | Carl Schwan | 2022-07-27 | 1 | -8/+10 |
* | Improve installation pages | Christopher Ng | 2022-01-14 | 1 | -11/+1 |
* | Move bundles to /dist | John Molakvoæ (skjnldsv) | 2022-01-08 | 1 | -1/+1 |
* | Prefer string $file over 1-element array in script() | François Freitag | 2021-05-18 | 1 | -3/+1 |
* | 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 | 1 | -1/+1 |
* | Install page app naming | Roeland Jago Douma | 2020-05-07 | 1 | -1/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -14/+17 |
* | Merge pull request #20391 from nextcloud/refactor/spaces-cleanup | Christoph Wurst | 2020-04-09 | 1 | -27/+27 |
|\ |
|
| * | Remove trailing whitespaces from comments | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
| * | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -26/+26 |
* | | Use php keywords in lowercase | Christoph Wurst | 2020-04-09 | 1 | -4/+4 |
|/ |
|
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -1/+1 |
* | Move install scripts to bundle | Julius Härtl | 2020-03-11 | 1 | -1/+1 |
* | Prevent self-xss via invalid mysql user name on install screen | Joas Schilling | 2020-03-06 | 1 | -3/+3 |
* | Add new recommended 18 apps | Christoph Wurst | 2020-01-24 | 1 | -1/+1 |
* | Add explanatory bit for recommended apps, fix #18631 | Jan-Christoph Borchardt | 2020-01-14 | 1 | -0/+1 |
* | Issue 15965 - Show password checkbox doesn't provide label or accessible name | Brent Nesbit | 2019-12-10 | 1 | -1/+1 |
* | Add checkbox to install recommended apps during setup | Christoph Wurst | 2019-12-04 | 1 | -0/+9 |
* | Fix showpassword loads | Roeland Jago Douma | 2019-03-18 | 1 | -1/+0 |
* | Merge pull request #14643 from nextcloud/setup-page-db-select | Roeland Jago Douma | 2019-03-15 | 1 | -1/+1 |
|\ |
|
| * | remove dangling space | Robin Appelman | 2019-03-12 | 1 | -1/+1 |
* | | Fix language of SQLite warning, follow-up to #14682 | Jan-Christoph Borchardt | 2019-03-15 | 1 | -4/+3 |
* | | Using SQLite should sound more scary 😈 | Marius Blüm | 2019-03-14 | 1 | -3/+4 |
|/ |
|
* | Make Storage&database open on enter | Julius Härtl | 2019-02-22 | 1 | -1/+1 |
* | Fix tabbability of 'Storage & database' in install, open on enter stilll missing | Jan-Christoph Borchardt | 2019-02-22 | 1 | -1/+1 |
* | Keyboard focus and mouse hover feedback for 'Show password' toggle | Jan-Christoph Borchardt | 2019-02-22 | 1 | -2/+2 |
* | Fix caret icon on installation page | Julius Härtl | 2018-07-30 | 1 | -1/+1 |
* | Fix more templates | Roeland Jago Douma | 2018-02-21 | 1 | -1/+1 |
* | Prevent XSS in links which open a new browser window | Markus Staab | 2017-10-19 | 1 | -3/+3 |
* | Fix value of attribute "autocapitalize" | Michael Letzgus | 2017-03-18 | 1 | -8/+8 |
* | Rename database password toggle | Morris Jobke | 2017-02-07 | 1 | -3/+3 |
* | Fix #24219: Added hint for specifying a port. (#26860) | Sourav Badami | 2016-12-22 | 1 | -0/+3 |
* | show installation spinner correctly, fix #2129 | Jan-Christoph Borchardt | 2016-11-22 | 1 | -2/+2 |
* | Merge branch 'master' into sync-master | Morris Jobke | 2016-07-07 | 1 | -1/+0 |
|\ |
|
| * | fix setup page strengthify | Morris Jobke | 2016-06-15 | 1 | -1/+0 |
* | | remove svg classes | Hendrik Leppelsack | 2016-07-01 | 1 | -3/+3 |
|/ |
|
* | Consistently use rel=noreferrer | Lukas Reschke | 2016-03-20 | 1 | -3/+3 |
* | remove unneeded icons from input fields to not distract from submit button, f... | Jan-Christoph Borchardt | 2015-10-30 | 1 | -2/+0 |
* | use SVG for toggle image instead of PNG, fix installation and personal settin... | Jan-Christoph Borchardt | 2015-09-03 | 1 | -2/+2 |
* | Remove remainings of mssql | Thomas Müller | 2015-07-29 | 1 | -2/+1 |
* | Add hint about additional PHP database modules | Morris Jobke | 2015-05-18 | 1 | -1/+6 |
* | add link to installation documentation to setup page | Jan-Christoph Borchardt | 2015-04-09 | 1 | -2/+8 |
* | fixing #15027, cleaning up obsolete IE5-7 workaround code | Volker E | 2015-03-19 | 1 | -1/+1 |
* | addressing #14982 self-closing tags ending slash doesn't have a purpose & sho... | Volker E | 2015-03-17 | 1 | -14/+14 |
* | Merge pull request #12213 from sebomoto/add-loadfeedback | Jan-Christoph Borchardt | 2015-02-18 | 1 | -0/+2 |
|\ |
|
| * | changed image to classed div for spinner animation | Sebastian Bolt | 2015-02-04 | 1 | -0/+2 |
* | | Remove Null Byte Check | Lukas Reschke | 2015-02-17 | 1 | -7/+0 |