summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-07-304-6/+96
|
* Merge pull request #627 from nextcloud/white-app-menuBjörn Schießle2016-07-292-22/+37
|\ | | | | Change app menu to white background with dark icons
| * fix shading of apps icon in app menuJan-Christoph Borchardt2016-07-291-3/+12
| |
| * Move to svg filter on app menu to support IE9+Julius Haertl2016-07-282-11/+12
| |
| * adjust opacity of icons in apps and user menuJan-Christoph Borchardt2016-07-281-8/+8
| |
| * Change app menu to whiteJulius Haertl2016-07-281-9/+14
| |
* | Merge pull request #630 from nextcloud/enoch85-patch-1Roeland Jago Douma2016-07-291-1/+1
|\ \ | | | | | | ownCloud -> Nextcloud
| * | ownCloud -> NextcloudDaniel Hansson2016-07-281-1/+1
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-07-294-2/+66
| | |
* | | ownCloud -> NextcloudDaniel Hansson2016-07-281-3/+3
|/ /
* | Merge pull request #415 from nextcloud/theming-colorize-checkboxesJan-Christoph Borchardt2016-07-283-7/+3
|\ \ | | | | | | Colorize checkboxes depending on theming color
| * | Theming: Cleanup and remove opacity from checkbox/radiobuttonJulius Haertl2016-07-271-2/+0
| | |
| * | Theming: Colorize radio buttons and append new styles on previewJulius Haertl2016-07-272-1/+2
| | |
| * | Colorize checkboxes depending on theming colorJulius Haertl2016-07-271-4/+1
| |/
* / [tx-robot] updated from transifexNextcloud bot2016-07-282-8/+8
|/
* Merge pull request #571 from nextcloud/no-missing-previewMorris Jobke2016-07-272-3/+21
|\ | | | | 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
| |
* | Redirect to default page after loginBjoern Schiessle2016-07-271-1/+1
|/
* Merge pull request #565 from nextcloud/workflowengineJoas Schilling2016-07-271-2/+4
|\ | | | | Add workflowengine
| * Add workflowengineMorris Jobke2016-07-261-2/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2016-07-276-0/+22
|/
* Merge pull request #525 from nextcloud/fix-theme-logo-positionJoas Schilling2016-07-261-1/+2
|\ | | | | Fix theme logo position and shape
| * Theming: Fix preview and center alignment of logoJulius Haertl2016-07-251-0/+1
| |
| * Update header.cssJos Poortvliet2016-07-221-1/+1
| | | | | | make the logo look good on the login page
* | [tx-robot] updated from transifexNextcloud bot2016-07-262-0/+2
| |
* | Merge pull request #523 from Faldon/masterJoas Schilling2016-07-253-9/+11
|\ \ | | | | | | Renamed file logging
| * | Changed logtype to file instead of owncloud.Thomas Pulzer2016-07-223-9/+11
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | - Updated the config sample to point to log_type='file' - Renamed the Class for logfile logging to File in namespace 'OC\Log\'. Changed the occurrences of 'OC\Log\Owncloud' to 'OC\Log\File'. - Renamed the Class for log:file command to File in namespace 'OC\Core\Command\Log\File'. Changed registration of the command to use 'OC\Core\Command\Log\File'. - Changed default Syslog tag to Nextcloud - Retained backwards compatibility for configs with 'logtype' => 'owncloud' - Adjusted tests for the new file log. Closes #490.
* | [tx-robot] updated from transifexNextcloud bot2016-07-242-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2016-07-234-28/+40
| |
* | Fix search box overlapping on mobile (#450)Jan-Christoph Borchardt2016-07-221-1/+1
|/ | | | | | | | * fix searchbox overlapping on mobile * also adjust log in background color in theme * Fix unit tests
* [tx-robot] updated from transifexNextcloud bot2016-07-2266-68/+34
|
* Merge pull request #507 from nextcloud/run-le-scriptMorris Jobke2016-07-2180-142/+242
|\ | | | | Update emails and license headers with latest changes
| * Update with robinJoas Schilling2016-07-2123-23/+23
| |
| * Fix othersJoas Schilling2016-07-2180-124/+224
| |
* | Merge pull request #374 from lpszBuffer/masterWilliam Bargent2016-07-212-4/+4
|\ \ | |/ |/| Alters 'No Internet Connection' error message. #181
| * Alters 'No Internet Connection' error message. #181Derek2016-07-202-4/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2016-07-212-2/+2
| |
* | 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
| | |/ / | |/| |