summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-09-064-6/+6
|
* Move AvatarController over to FileDisplayResponseRoeland Jago Douma2016-09-051-8/+3
|
* Merge pull request #1158 from nextcloud/cache_avatarsLukas Reschke2016-09-054-14/+61
|\ | | | | Cache avatars
| * Cache avatars properlyRoeland Jago Douma2016-08-304-14/+61
| | | | | | | | | | * Set proper caching headers for avatars (15 minutes) * For our own avatar use some extra logic to invalidate when we update
* | Merge pull request #1270 from ↵Morris Jobke2016-09-051-4/+1
|\ \ | | | | | | | | | | | | nextcloud/issue-1265-always-use-js-console-when-available Always use the js console when available
| * | Always use the js console when availableJoas Schilling2016-09-051-4/+1
| | |
* | | add 2fa backup codes appChristoph Wurst2016-09-055-3/+30
|/ / | | | | | | | | * add backup codes app unit tests * add integration tests for the backup codes app
* | [tx-robot] updated from transifexNextcloud bot2016-09-0510-2/+62
| |
* | [tx-robot] updated from transifexNextcloud bot2016-09-048-8/+36
| |
* | [tx-robot] updated from transifexNextcloud bot2016-09-036-6/+70
| |
* | [tx-robot] updated from transifexNextcloud bot2016-09-028-0/+40
| |
* | Merge pull request #1219 from coderkun/issue-1110-tabindexRoeland Jago Douma2016-09-011-5/+5
|\ \ | | | | | | Add attribute “tabindex” to login form (fixes #1110)
| * | Add attribute “tabindex” to login form (fixes #1110)coderkun2016-08-311-5/+5
| | |
* | | Update live timestamps to give a more live feelingJoas Schilling2016-09-011-0/+7
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-09-0164-880/+1058
|/ /
* | Merge pull request #1188 from nextcloud/2fa-redirect-default-appLukas Reschke2016-08-311-2/+4
|\ \ | | | | | | redirect to default app after solving the 2FA challenge
| * | redirect to default app after solving the 2FA challengeChristoph Wurst2016-08-301-2/+4
| |/
* | Merge pull request #1187 from nextcloud/danysz-masterJoas Schilling2016-08-301-0/+3
|\ \ | | | | | | Update the mime types with the relevant types for "apple-iWorks"
| * | update to proper icons and run occ command to update JS fileMorris Jobke2016-08-301-0/+3
| |/
* | Merge pull request #1089 from nextcloud/allow-to-prevent-previewsRoeland Jago Douma2016-08-301-0/+2
|\ \ | |/ |/| Check if the file isReadable() before sending a (cached) preview
| * Check if the file isReadable() before sending a (cached) previewJoas Schilling2016-08-291-0/+2
| |
* | Merge pull request #1172 from nextcloud/core_cleanupMorris Jobke2016-08-307-69/+41
|\ \ | | | | | | Core controller cleanup
| * | AvatarController use proper JSONResponseRoeland Jago Douma2016-08-291-42/+33
| | | | | | | | | | | | | | | * Do not rely on DataResponse magic. We want JSON so use JSON * Fix tests
| * | Minor cleanup in core ControllersRoeland Jago Douma2016-08-294-10/+5
| | |
| * | UserController does not require DefaultsRoeland Jago Douma2016-08-292-17/+3
| | |
* | | Merge pull request #1169 from nextcloud/2fa-single-providerLukas Reschke2016-08-291-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 userChristoph Wurst2016-08-291-4/+18
| | |
* | | Merge pull request #1115 from nextcloud/fix_146Christoph Wurst2016-08-291-1/+1
|\ \ \ | |/ / |/| | Link 'Allow editing' => 'Allow upload and editing'
| * | Link 'Allow editing' => 'Allow upload and editing'Roeland Jago Douma2016-08-281-1/+1
| |/ | | | | | | Fixes #146
* | Merge pull request #1136 from nextcloud/fix-16041Joas Schilling2016-08-291-0/+2
|\ \ | | | | | | Modified overflow in multiselector
| * | Modified overflow in multiselectorSergio Bertolín2016-08-291-0/+2
| |/
* | Merge pull request #1135 from nextcloud/choose-buttonsJoas Schilling2016-08-291-0/+14
|\ \ | | | | | | Choose button remains disabled unless files are chosen
| * | Choose button remains disabled unless files are chosenSujith Haridasan2016-08-291-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-paddingJoas Schilling2016-08-291-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 Nayyar2016-08-291-1/+2
| |/
* / Users page lazy multiselect group dropdownsVincent Petry2016-08-291-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-fontstackRaghu Nayyar2016-08-281-1/+1
|\ | | | | use proper font stack for email
| * use proper font stack for emailJan-Christoph Borchardt2016-08-261-1/+1
| |
* | Merge pull request #1097 from nextcloud/2fa-cancel-login-stylingJan-Christoph Borchardt2016-08-271-2/+4
|\ \ | | | | | | Small design fixes for "Cancel login" link on the 2FA challenge page
| * | fix double semicolonJan-Christoph Borchardt2016-08-271-1/+1
| | |
| * | 2fa cancel login stylingChristoph Wurst2016-08-271-2/+4
| | |
* | | Merge pull request #1098 from nextcloud/2fa-challenge-stylingJan-Christoph Borchardt2016-08-273-32/+38
|\ \ \ | | | | | | | | 2fa challenge styling
| * | | list 2FA providers as buttonsChristoph Wurst2016-08-273-5/+8
| | | |
| * | | use centered h2 for 2FA page headersChristoph Wurst2016-08-273-22/+26
| | | |
| * | | fix 2fa challenge page wordingChristoph Wurst2016-08-272-3/+2
| | | |
| * | | reorder 2fa challenge HTMLChristoph Wurst2016-08-271-7/+7
| |/ /
* | | Merge pull request #968 from Faldon/fixing_spinner_animationLukas Reschke2016-08-271-5/+28
|\ \ \ | | | | | | | | Fixing infinite spinner animation
| * | | Fixing infinite spinner animationThomas Pulzer2016-08-191-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_cleanupLukas Reschke2016-08-272-54/+23
|\ \ \ \ | |_|/ / |/| | | Avatar controller cleanup
| * | | Remove unused core wrappersRoeland Jago Douma2016-08-251-20/+0
| | | |