Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-02 | 8 | -0/+40 |
| | |||||
* | Merge pull request #1219 from coderkun/issue-1110-tabindex | Roeland Jago Douma | 2016-09-01 | 1 | -5/+5 |
|\ | | | | | Add attribute “tabindex” to login form (fixes #1110) | ||||
| * | Add attribute “tabindex” to login form (fixes #1110) | coderkun | 2016-08-31 | 1 | -5/+5 |
| | | |||||
* | | Update live timestamps to give a more live feeling | Joas Schilling | 2016-09-01 | 1 | -0/+7 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-01 | 64 | -880/+1058 |
|/ | |||||
* | Merge pull request #1188 from nextcloud/2fa-redirect-default-app | Lukas Reschke | 2016-08-31 | 1 | -2/+4 |
|\ | | | | | redirect to default app after solving the 2FA challenge | ||||
| * | redirect to default app after solving the 2FA challenge | Christoph Wurst | 2016-08-30 | 1 | -2/+4 |
| | | |||||
* | | Merge pull request #1187 from nextcloud/danysz-master | Joas Schilling | 2016-08-30 | 1 | -0/+3 |
|\ \ | | | | | | | Update the mime types with the relevant types for "apple-iWorks" | ||||
| * | | update to proper icons and run occ command to update JS file | Morris Jobke | 2016-08-30 | 1 | -0/+3 |
| |/ | |||||
* | | Merge pull request #1089 from nextcloud/allow-to-prevent-previews | Roeland Jago Douma | 2016-08-30 | 1 | -0/+2 |
|\ \ | |/ |/| | Check if the file isReadable() before sending a (cached) preview | ||||
| * | Check if the file isReadable() before sending a (cached) preview | Joas Schilling | 2016-08-29 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #1172 from nextcloud/core_cleanup | Morris Jobke | 2016-08-30 | 7 | -69/+41 |
|\ \ | | | | | | | Core controller cleanup | ||||
| * | | AvatarController use proper JSONResponse | Roeland Jago Douma | 2016-08-29 | 1 | -42/+33 |
| | | | | | | | | | | | | | | | * Do not rely on DataResponse magic. We want JSON so use JSON * Fix tests | ||||
| * | | Minor cleanup in core Controllers | Roeland Jago Douma | 2016-08-29 | 4 | -10/+5 |
| | | | |||||
| * | | UserController does not require Defaults | Roeland Jago Douma | 2016-08-29 | 2 | -17/+3 |
| | | | |||||
* | | | Merge pull request #1169 from nextcloud/2fa-single-provider | Lukas Reschke | 2016-08-29 | 1 | -4/+18 |
|\ \ \ | |/ / |/| | | redirect to 2fa provider if there's only one active for the user | ||||
| * | | redirect to 2fa provider if there's only one active for the user | Christoph Wurst | 2016-08-29 | 1 | -4/+18 |
| | | | |||||
* | | | Merge pull request #1115 from nextcloud/fix_146 | Christoph Wurst | 2016-08-29 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Link 'Allow editing' => 'Allow upload and editing' | ||||
| * | | Link 'Allow editing' => 'Allow upload and editing' | Roeland Jago Douma | 2016-08-28 | 1 | -1/+1 |
| |/ | | | | | | | Fixes #146 | ||||
* | | Merge pull request #1136 from nextcloud/fix-16041 | Joas Schilling | 2016-08-29 | 1 | -0/+2 |
|\ \ | | | | | | | Modified overflow in multiselector | ||||
| * | | Modified overflow in multiselector | Sergio Bertolín | 2016-08-29 | 1 | -0/+2 |
| |/ | |||||
* | | Merge pull request #1135 from nextcloud/choose-buttons | Joas Schilling | 2016-08-29 | 1 | -0/+14 |
|\ \ | | | | | | | Choose button remains disabled unless files are chosen | ||||
| * | | Choose button remains disabled unless files are chosen | Sujith Haridasan | 2016-08-29 | 1 | -0/+14 |
| |/ | | | | | | | | | | | | | | | | | | | from filepicker This is will help user to understand that you can only click choose button once the files are selected from the file picker. This addresses the solution for issue 16106 Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com> | ||||
* | | Merge pull request #1131 from nextcloud/add-padding | Joas Schilling | 2016-08-29 | 1 | -1/+2 |
|\ \ | | | | | | | Adds padding and max-width to the input for the sign up page. (#25959) | ||||
| * | | Adds padding and max-width to the input for the sign up page. (#25959) | Raghu Nayyar | 2016-08-29 | 1 | -1/+2 |
| |/ | |||||
* / | Users page lazy multiselect group dropdowns | Vincent Petry | 2016-08-29 | 1 | -23/+29 |
|/ | | | | | | | | | | Instead of pre-rendering all multiselects with lots of group entries, the current groups are now displayed as simple labels. Behind the labels there is a pencil icon like for other fields. When clicking the pencil icon, the dropdown will be spawned and will open itself. Upon closing of the dropdown, the label comes back with the updated selection and the dropdown is destroyed. | ||||
* | Merge pull request #1093 from nextcloud/mail-fontstack | Raghu Nayyar | 2016-08-28 | 1 | -1/+1 |
|\ | | | | | use proper font stack for email | ||||
| * | use proper font stack for email | Jan-Christoph Borchardt | 2016-08-26 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1097 from nextcloud/2fa-cancel-login-styling | Jan-Christoph Borchardt | 2016-08-27 | 1 | -2/+4 |
|\ \ | | | | | | | Small design fixes for "Cancel login" link on the 2FA challenge page | ||||
| * | | fix double semicolon | Jan-Christoph Borchardt | 2016-08-27 | 1 | -1/+1 |
| | | | |||||
| * | | 2fa cancel login styling | Christoph Wurst | 2016-08-27 | 1 | -2/+4 |
| | | | |||||
* | | | Merge pull request #1098 from nextcloud/2fa-challenge-styling | Jan-Christoph Borchardt | 2016-08-27 | 3 | -32/+38 |
|\ \ \ | | | | | | | | | 2fa challenge styling | ||||
| * | | | list 2FA providers as buttons | Christoph Wurst | 2016-08-27 | 3 | -5/+8 |
| | | | | |||||
| * | | | use centered h2 for 2FA page headers | Christoph Wurst | 2016-08-27 | 3 | -22/+26 |
| | | | | |||||
| * | | | fix 2fa challenge page wording | Christoph Wurst | 2016-08-27 | 2 | -3/+2 |
| | | | | |||||
| * | | | reorder 2fa challenge HTML | Christoph Wurst | 2016-08-27 | 1 | -7/+7 |
| |/ / | |||||
* | | | Merge pull request #968 from Faldon/fixing_spinner_animation | Lukas Reschke | 2016-08-27 | 1 | -5/+28 |
|\ \ \ | | | | | | | | | Fixing infinite spinner animation | ||||
| * | | | Fixing infinite spinner animation | Thomas Pulzer | 2016-08-19 | 1 | -5/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setupMainMenu() & setupUserMenu(): Changed click delegate to add the spinner animation only the primary mouse button was clicked without ctrl- or meta-key modifier Adding mouseup delegate to hide the menu if the middle mouse button was clicked. Redone #778 | ||||
* | | | | Merge pull request #1058 from nextcloud/avatarController_cleanup | Lukas Reschke | 2016-08-27 | 2 | -54/+23 |
|\ \ \ \ | |_|/ / |/| | | | Avatar controller cleanup | ||||
| * | | | Remove unused core wrappers | Roeland Jago Douma | 2016-08-25 | 1 | -20/+0 |
| | | | | |||||
| * | | | AvatarController cleanup | Roeland Jago Douma | 2016-08-25 | 2 | -34/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use all DI components * Let the AppFramework resolve the AvatarController * Update unit tests * Unit tests no longer require DB | ||||
* | | | | Merge pull request #1088 from nextcloud/core_tags_cleanup | Lukas Reschke | 2016-08-26 | 2 | -166/+0 |
|\ \ \ \ | | | | | | | | | | | Tag cleanup | ||||
| * | | | | Remove the core tag routes since they are broken | Roeland Jago Douma | 2016-08-26 | 2 | -166/+0 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | Private internal stuff that nobody *should* be using anyways. But on top of that already broken for a long time. So nobody could be using it even. | ||||
* | | | | Merge pull request #1031 from nextcloud/2fa-infinite-redirect-loop | Joas Schilling | 2016-08-26 | 1 | -4/+6 |
|\ \ \ \ | |/ / / |/| | | | prevent infinite redirect loops if the there is no 2fa provider to pass | ||||
| * | | | prevent infinite redirect loops if the there is no 2fa provider to pass | Christoph Wurst | 2016-08-24 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes infinite loops that are caused whenever a user is about to solve a 2FA challenge, but the provider app is disabled at the same time. Since the session value usually indicates that the challenge needs to be solved before we grant access we have to remove that value instead in this special case. | ||||
* | | | | adjust js tests | Arthur Schiwon | 2016-08-25 | 1 | -4/+4 |
| | | | | |||||
* | | | | fix internal links in security & setup warnings, resolves #1048 | Arthur Schiwon | 2016-08-25 | 1 | -2/+3 |
| |/ / |/| | | |||||
* | | | Add cachebuster to icons.css | Lukas Reschke | 2016-08-24 | 1 | -71/+71 |
| | | | |||||
* | | | Move the reset token to core app | Joas Schilling | 2016-08-23 | 2 | -4/+4 |
| | | | |||||
* | | | Remove "password reset token" after successful login | Joas Schilling | 2016-08-23 | 1 | -0/+3 |
|/ / |