summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* update moment.js to 2.15Georg Ehrke2016-09-144-2391/+4904
|
* Choose button remains disbaled for httpd/unix-directorySujith Haridasan2016-09-121-2/+10
| | | | | | | | | | This is not correct. Hence in this patch we validate if the mimetype is 'httpd/unix-directory'. If so we don't disable it. This patch addresses solution for issue: 26034 Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com>
* [tx-robot] updated from transifexNextcloud bot2016-09-102-38/+38
|
* [tx-robot] updated from transifexNextcloud bot2016-09-092-0/+12
|
* Merge pull request #1297 from nextcloud/catch-exceptions-with-invalid-passwordsRoeland Jago Douma2016-09-082-6/+19
|\ | | | | Catch the exception of the password policy app
| * Fix typoJoas Schilling2016-09-071-1/+1
| |
| * Catch the exception of the password policy appJoas Schilling2016-09-072-5/+18
| |
* | [tx-robot] updated from transifexNextcloud bot2016-09-084-14/+54
| |
* | Merge pull request #1296 from Dominante/gitignore-fixRoeland Jago Douma2016-09-071-1/+3
|\ \ | |/ |/| Fix bug #1293
| * Remove duplicated lineTuukka Verho2016-09-071-1/+0
| |
| * Fix bug #1293Your Name2016-09-071-1/+4
| |
* | Merge pull request #1210 from nextcloud/bump_symfony_consoleJoas Schilling2016-09-075-61/+61
|\ \ | |/ |/| [3rparty] Bump symfony/console
| * Fix dbconvertRoeland Jago Douma2016-09-061-19/+18
| |
| * Move install over to QuestionHelperRoeland Jago Douma2016-09-061-14/+14
| |
| * Convert resetpassword to question helperRoeland Jago Douma2016-09-061-13/+15
| |
| * Move to question helperRoeland Jago Douma2016-09-061-12/+11
| |
| * Switch user:report from deprecated tablehelper to tableRoeland Jago Douma2016-09-061-3/+3
| |
* | [tx-robot] updated from transifexNextcloud bot2016-09-0714-16/+74
|/
* Deprecate getEditionString()Joas Schilling2016-09-063-12/+4
|
* Also fix "occ status"Joas Schilling2016-09-061-2/+4
|
* [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