aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #610 from nextcloud/no-missing-preview-10Morris Jobke2016-07-282-3/+21
|\ \ | | | | | | [10] Don't try to load previews when we know there is none
| * | dont load filelist previews if we know we dont have oneRobin Appelman2016-07-272-3/+21
| | |
* | | Theming: Cleanup and remove opacity from checkbox/radiobuttonJulius Haertl2016-07-281-2/+0
| | |
* | | Theming: Colorize radio buttons and append new styles on previewJulius Haertl2016-07-282-1/+2
| | |
* | | fix searchbox overlapping on mobileJan-Christoph Borchardt2016-07-281-1/+1
|/ /
* / Redirect to default page after loginBjoern Schiessle2016-07-271-1/+1
|/
* Theming: Fix preview and center alignment of logoJulius Haertl2016-07-261-0/+1
|
* Update header.cssJos Poortvliet2016-07-261-1/+1
| | | make the logo look good on the login page
* Run the license scriptJoas Schilling2016-07-2280-142/+242
|
* Merge pull request #479 from nextcloud/add-bruteforce-throttlerLukas Reschke2016-07-213-17/+34
|\ | | | | Implement brute force protection
| * Mitigate race conditionLukas Reschke2016-07-201-1/+4
| |
| * Implement brute force protectionLukas Reschke2016-07-203-17/+31
| | | | | | | | | | | | | | | | | | Class Throttler implements the bruteforce protection for security actions in Nextcloud. It is working by logging invalid login attempts to the database and slowing down all login attempts from the same subnet. The max delay is 30 seconds and the starting delay are 200 milliseconds. (after the first failed login)
* | Merge pull request #476 from nextcloud/port-same-site-cookiesLukas Reschke2016-07-201-0/+4
|\ \ | | | | | | [master] Port Same-Site Cookies to master
| * | [master] Port Same-Site Cookies to masterLukas Reschke2016-07-201-0/+4
| |/ | | | | | | Fixes https://github.com/nextcloud/server/issues/50
* | Merge pull request #390 from nextcloud/occ-userRoeland Douma2016-07-206-0/+424
|\ \ | | | | | | More occ user management commands
| * | add occ command to show user informationRobin Appelman2016-07-192-0/+89
| | |
| * | Add commands to add/remove users to/from groupsRobin Appelman2016-07-193-0/+156
| | |
| * | add command to list groupsRobin Appelman2016-07-192-0/+91
| | |
| * | add occ command to list usersRobin Appelman2016-07-192-0/+88
| | |
* | | Merge pull request #467 from nextcloud/use-clipboard-apiRoeland Douma2016-07-209-8/+801
|\ \ \ | | | | | | | | Use clipboard api
| * | | Use an icon to set the email instead of a button with stringThomas Müller2016-07-203-6/+10
| | | |
| * | | Add clipboard button to public share linkThomas Müller2016-07-207-2/+791
| | |/ | |/|
* | | Merge pull request #473 from nextcloud/ux-improvement-share-dialogMorris Jobke2016-07-201-1/+4
|\ \ \ | |/ / |/| | only show additional edit permissions for folders
| * | only show additional edit permissions for foldersBjoern Schiessle2016-07-201-1/+4
| | |
* | | Fix the HTML encoding when uploading a folder in FF when using french l10nJoas Schilling2016-07-201-2/+2
| | |
* | | Remove pre-fork EE apps from shipped.jsonJoas Schilling2016-07-201-15/+4
|/ /
* / [tx-robot] updated from transifexNextcloud bot2016-07-202-0/+20
|/
* [tx-robot] updated from transifexNextcloud bot2016-07-182-0/+4
|
* Merge pull request #405 from nextcloud/theming-fixesBjörn Schießle2016-07-183-9/+7
|\ | | | | Theming fixes
| * Use the themed Defaults everywhereJoas Schilling2016-07-153-9/+7
| |
* | Merge pull request #412 from nextcloud/theming-foreground-colorJoas Schilling2016-07-182-1/+4
|\ \ | | | | | | Theming: invert foreground color on bright backgrounds
| * | Theming: Implement swapping the foreground color for bright colorsJulius Haertl2016-07-152-1/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-07-164-10/+10
| | |
* | | Merge pull request #395 from nextcloud/user-preferences-occRoeland Douma2016-07-152-0/+227
|\ \ \ | |/ / |/| | Allow to change user preferences via occ
| * | Use argument instead of valueJoas Schilling2016-07-141-12/+12
| | |
| * | FIx my emailJoas Schilling2016-07-131-2/+1
| | |
| * | Fix descriptionsJoas Schilling2016-07-131-2/+2
| | |
| * | Add tests for set/get/delete/listJoas Schilling2016-07-131-9/+7
| | |
| * | Add tests for checkInput()Joas Schilling2016-07-131-7/+7
| | |
| * | Allow deleting a settingJoas Schilling2016-07-131-2/+40
| | |
| * | Allow setting valuesJoas Schilling2016-07-131-4/+35
| | |
| * | Add a occ command to list/get user preferencesJoas Schilling2016-07-132-0/+161
| |/
* | Don't need update permissions on hidden filesJoas Schilling2016-07-141-1/+1
| |
* | Add delete permissions to the default (new in oc9.1)Joas Schilling2016-07-141-1/+1
|/
* Use tooltip for background jobs info tooltipMorris Jobke2016-07-131-1/+3
|
* [tx-robot] updated from transifexNextcloud bot2016-07-112-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-07-096-20/+24
|
* [tx-robot] updated from transifexNextcloud bot2016-07-084-54/+60
|
* Merge pull request #333 from nextcloud/sync-masterLukas Reschke2016-07-07120-325/+35
|\ | | | | Sync master
| * Revert "occ web executor (#24957)"Morris Jobke2016-07-073-161/+0
| | | | | | | | This reverts commit 854352d9a064a1e469ede207493bce44fd41d96c.