summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* 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-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
| | | |
| * | | 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.
| * Merge branch 'master' into sync-masterMorris Jobke2016-07-07144-563/+707
| |\