Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #11571 from nextcloud/dropdown-bottom-users-list-fix | Roeland Jago Douma | 2018-10-03 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Force multiselect max-height to 5.5 items | John Molakvoæ (skjnldsv) | 2018-10-03 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge pull request #11538 from nextcloud/heading-bold | Marin Treselj | 2018-10-03 | 7 | -30/+44 | |
|\ \ \ \ | ||||||
| * | | | | Fix federation-menu Javascript to use h3 | Jan-Christoph Borchardt | 2018-10-02 | 1 | -3/+3 | |
| * | | | | Font-weight exception, use light for personal settings h3 | Jan-Christoph Borchardt | 2018-10-02 | 1 | -0/+7 | |
| * | | | | Change h2 to h3 on personal settings page | Jan-Christoph Borchardt | 2018-10-02 | 2 | -21/+21 | |
| * | | | | Change heading weights from Light to Semibold for better information architec... | Jan-Christoph Borchardt | 2018-10-01 | 4 | -9/+16 | |
* | | | | | Merge pull request #11557 from nextcloud/update-design | Roeland Jago Douma | 2018-10-03 | 2 | -19/+31 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove box-shadow from update/redirect boxes | Jan-Christoph Borchardt | 2018-10-02 | 1 | -1/+0 | |
| * | | | | | Accessibility and design fixes for update and redirect pages | Jan-Christoph Borchardt | 2018-10-02 | 2 | -19/+32 | |
* | | | | | | Merge pull request #11409 from nextcloud/feature/consolidated-2fa-settings | Roeland Jago Douma | 2018-10-03 | 13 | -68/+227 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Update autoloader class map | Christoph Wurst | 2018-10-02 | 2 | -0/+4 | |
| * | | | | | Fix 2FA settings icon alignment | Jan-Christoph Borchardt | 2018-10-02 | 1 | -0/+1 | |
| * | | | | | Consolidate personal two-factor provider settings | Christoph Wurst | 2018-10-02 | 11 | -68/+222 | |
* | | | | | | Merge pull request #11446 from nextcloud/bugfix/10678/pretty-urls-dont-work | Morris Jobke | 2018-10-02 | 2 | -5/+14 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add more test cases | Daniel Kesselberg | 2018-09-30 | 1 | -1/+4 | |
| * | | | | | | Allow url without / for overwrite.cli.url | Daniel Kesselberg | 2018-09-28 | 2 | -5/+11 | |
* | | | | | | | Merge pull request #10967 from nextcloud/zipresponse | Morris Jobke | 2018-10-02 | 3 | -0/+89 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add PHPDoc | Morris Jobke | 2018-10-02 | 1 | -4/+14 | |
| * | | | | | | | fixup! Add fix response | Roeland Jago Douma | 2018-10-02 | 1 | -1/+1 | |
| * | | | | | | | fixup! Add fix response | Roeland Jago Douma | 2018-10-02 | 1 | -3/+5 | |
| * | | | | | | | fixup! Add fix response | Roeland Jago Douma | 2018-10-02 | 1 | -5/+5 | |
| * | | | | | | | Add fix response | Jakob Sack | 2018-10-02 | 3 | -5/+82 | |
* | | | | | | | | Merge pull request #11204 from nextcloud/feature/11153/add-adminemail-cli | Morris Jobke | 2018-10-02 | 2 | -0/+13 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Validate email in occ command | Daniel Kesselberg | 2018-10-02 | 2 | -6/+5 | |
| * | | | | | | | Use setUserValue instead setEMailAddress because latter omits an changeUser e... | Daniel Kesselberg | 2018-10-02 | 1 | -8/+10 | |
| * | | | | | | | Add --admin-email to cli installer | Daniel Kesselberg | 2018-10-02 | 2 | -0/+12 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #11390 from nextcloud/feature/11043/apptoken_v3 | Morris Jobke | 2018-10-02 | 17 | -14/+377 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add tests | Roeland Jago Douma | 2018-10-02 | 6 | -7/+218 | |
| * | | | | | | | Update all the publickey tokens if needed on web login | Roeland Jago Douma | 2018-10-02 | 7 | -1/+53 | |
| * | | | | | | | Mark token as invalid if the password doesn't match | Roeland Jago Douma | 2018-10-02 | 7 | -7/+52 | |
| * | | | | | | | Add column to DB to store expired passwords | Roeland Jago Douma | 2018-10-02 | 4 | -1/+56 | |
* | | | | | | | | Merge pull request #11336 from nextcloud/bugfix/3342/database-name-prefix-sqlite | Morris Jobke | 2018-10-02 | 2 | -8/+44 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Use empty instead ?? because dbname is '' sometimes | Daniel Kesselberg | 2018-09-23 | 1 | -2/+7 | |
| * | | | | | | | | Use const for dbname and dbtableprefix defaults | Daniel Kesselberg | 2018-09-23 | 2 | -8/+41 | |
| * | | | | | | | | --database-name or --database-table-prefix are ignored for sqlite | Daniel Kesselberg | 2018-09-23 | 1 | -4/+2 | |
* | | | | | | | | | Merge pull request #11553 from nextcloud/header-overflow | Morris Jobke | 2018-10-02 | 2 | -3/+8 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix header overflow, fix more apps menu, fix #11552 | Jan-Christoph Borchardt | 2018-10-02 | 2 | -3/+8 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #11549 from nextcloud/feature/background_job_to_check | Morris Jobke | 2018-10-02 | 7 | -1/+323 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add job to check users for backup code reminders | Roeland Jago Douma | 2018-10-02 | 7 | -1/+323 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #11484 from nextcloud/babel-fix-and-dynamic-import-settings | Christoph Wurst | 2018-10-02 | 16 | -192/+229 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix generateUrl for webpack | John Molakvoæ (skjnldsv) | 2018-10-02 | 4 | -7/+12 | |
| * | | | | | | | | | Bump check script | John Molakvoæ (skjnldsv) | 2018-10-02 | 1 | -17/+35 | |
| * | | | | | | | | | Babel fix and dynamic import on settings | John Molakvoæ (skjnldsv) | 2018-10-02 | 15 | -184/+198 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #8282 from Cybso/config-logfilemode | Morris Jobke | 2018-10-02 | 3 | -8/+18 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix tests | Morris Jobke | 2018-10-02 | 1 | -6/+6 | |
| * | | | | | | | | | Make logfile's mode configurable. | Roland Tapken | 2018-10-02 | 2 | -2/+12 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #11111 from kevin147147/patch-4 | Morris Jobke | 2018-10-02 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Added kinetic scrolling for iOS to apps dropdown menu #10281 | kevin147147 | 2018-09-07 | 1 | -1/+2 | |
* | | | | | | | | | Merge pull request #11185 from nextcloud/bugfix/noid/redirect-guests-to-login... | Roeland Jago Douma | 2018-10-02 | 2 | -57/+121 | |
|\ \ \ \ \ \ \ \ \ |