Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4513 from nextcloud/bump-version-to-beta1 | Lukas Reschke | 2017-05-01 | 1 | -1/+1 |
|\ | |||||
| * | Bump version to Nextcloud 12.0 beta 1 | Lukas Reschke | 2017-04-26 | 1 | -2/+2 |
* | | Merge pull request #4616 from nextcloud/js-reduce-complexity-for-sharedialogv... | Roeland Jago Douma | 2017-05-01 | 1 | -7/+4 |
|\ \ | |||||
| * | | Fix variable definition in sharedialogview.js | Morris Jobke | 2017-05-01 | 1 | -7/+4 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-01 | 102 | -66/+630 |
* | | Merge pull request #4602 from nextcloud/make-tooltip-intransparent | Morris Jobke | 2017-04-30 | 1 | -2/+2 |
|\ \ | |||||
| * | | Make tooltip intransparent | Morris Jobke | 2017-04-29 | 1 | -2/+2 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-30 | 166 | -206/+274 |
* | | | Merge pull request #4603 from nextcloud/basic-settings | blizzz | 2017-04-29 | 2 | -3/+3 |
|\ \ \ | |||||
| * | | | Rename “Server settings” to “Basic settings” | Marius Blüm | 2017-04-29 | 2 | -3/+3 |
|/ / / | |||||
* | | | Merge pull request #4583 from nextcloud/theming-fixes-admin | Jan-Christoph Borchardt | 2017-04-29 | 7 | -132/+114 |
|\ \ \ | |/ / |/| | | |||||
| * | | Code cleanup and preview for undo actions | Julius Härtl | 2017-04-29 | 3 | -34/+19 |
| * | | Make sure that ThemingDefaults uses the correct default values from \OC_Defaults | Julius Härtl | 2017-04-29 | 3 | -56/+36 |
| * | | Use generated SCSS for theming preview | Julius Härtl | 2017-04-29 | 4 | -45/+62 |
* | | | Merge pull request #4597 from nextcloud/tooltips-invert | Morris Jobke | 2017-04-29 | 1 | -30/+31 |
|\ \ \ | |||||
| * | | | Invert tooltip color to white, fix #4563 | Jan-Christoph Borchardt | 2017-04-29 | 1 | -30/+31 |
* | | | | Merge pull request #1234 from nextcloud/rebase-413-by-faldon | Morris Jobke | 2017-04-29 | 14 | -110/+878 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | align popovermenu next to … buttonthingy | Arthur Schiwon | 2017-04-29 | 1 | -0/+1 |
| * | | | consolidate setEnabled method | Arthur Schiwon | 2017-04-29 | 2 | -88/+28 |
| * | | | UserManager can now count disabled users | Arthur Schiwon | 2017-04-29 | 4 | -8/+60 |
| * | | | Use short array syntax | Christoph Wurst | 2017-04-29 | 1 | -112/+111 |
| * | | | fix unit tests | Morris Jobke | 2017-04-29 | 1 | -16/+6 |
| * | | | use proper return codes and handle failure cases | Morris Jobke | 2017-04-29 | 3 | -7/+21 |
| * | | | Improve wording of error messages | Morris Jobke | 2017-04-29 | 3 | -11/+11 |
| * | | | fix greyed out display name | Morris Jobke | 2017-04-29 | 1 | -1/+1 |
| * | | | fix unit tests | Morris Jobke | 2017-04-29 | 1 | -24/+13 |
| * | | | check $user object before using it | Morris Jobke | 2017-04-29 | 1 | -24/+24 |
| * | | | add unit tests for enable method | Morris Jobke | 2017-04-29 | 1 | -1/+221 |
| * | | | add unit tests for disable method | Morris Jobke | 2017-04-29 | 1 | -1/+219 |
| * | | | adjust tests to have at least one disabled user | Morris Jobke | 2017-04-29 | 1 | -2/+13 |
| * | | | change group id to _disabledUsers | Morris Jobke | 2017-04-29 | 5 | -15/+15 |
| * | | | optimize SVGs | Morris Jobke | 2017-04-29 | 2 | -20/+4 |
| * | | | Fix unit tests | Roeland Jago Douma | 2017-04-29 | 1 | -1/+59 |
| * | | | improve layout | Morris Jobke | 2017-04-29 | 1 | -5/+14 |
| * | | | Implemented visual feedback if a user is disabled in admin user menu. | Thomas Pulzer | 2017-04-29 | 10 | -41/+324 |
|/ / / | |||||
* | | | Merge pull request #3869 from nextcloud/verify-personal-data | Morris Jobke | 2017-04-29 | 23 | -56/+957 |
|\ \ \ | |||||
| * | | | Fix unit tests | Morris Jobke | 2017-04-29 | 1 | -4/+4 |
| * | | | send signature to lookup server | Bjoern Schiessle | 2017-04-28 | 2 | -0/+4 |
| * | | | Updated autoloader | Roeland Jago Douma | 2017-04-28 | 2 | -0/+2 |
| * | | | fix unit test | Bjoern Schiessle | 2017-04-28 | 1 | -21/+24 |
| * | | | fix path to the website proof | Bjoern Schiessle | 2017-04-28 | 2 | -2/+2 |
| * | | | don't add multiple retry jobs | Bjoern Schiessle | 2017-04-28 | 1 | -13/+21 |
| * | | | cleanup template | Bjoern Schiessle | 2017-04-28 | 3 | -18/+25 |
| * | | | use already available instance if l10n | Bjoern Schiessle | 2017-04-28 | 1 | -2/+2 |
| * | | | allow to display the verification code also while verification is already run... | Bjoern Schiessle | 2017-04-28 | 4 | -26/+35 |
| * | | | move translatable strings out of the template | Bjoern Schiessle | 2017-04-28 | 2 | -9/+30 |
| * | | | verification button should be clickable directly after status change, not onl... | Bjoern Schiessle | 2017-04-28 | 1 | -13/+20 |
| * | | | fix name of website input field | Bjoern Schiessle | 2017-04-28 | 1 | -1/+1 |
| * | | | only close verification dialog if the user clicks outside of the dialog | Bjoern Schiessle | 2017-04-28 | 1 | -11/+10 |
| * | | | Fix text overflow in website popover | Jan-Christoph Borchardt | 2017-04-28 | 1 | -0/+1 |