summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |/ / | |/| |
* | | | 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
| | | |