Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-22 | 66 | -68/+34 |
| | |||||
* | Merge pull request #507 from nextcloud/run-le-script | Morris Jobke | 2016-07-21 | 80 | -142/+242 |
|\ | | | | | Update emails and license headers with latest changes | ||||
| * | Update with robin | Joas Schilling | 2016-07-21 | 23 | -23/+23 |
| | | |||||
| * | Fix others | Joas Schilling | 2016-07-21 | 80 | -124/+224 |
| | | |||||
* | | Merge pull request #374 from lpszBuffer/master | William Bargent | 2016-07-21 | 2 | -4/+4 |
|\ \ | |/ |/| | Alters 'No Internet Connection' error message. #181 | ||||
| * | Alters 'No Internet Connection' error message. #181 | Derek | 2016-07-20 | 2 | -4/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-21 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #479 from nextcloud/add-bruteforce-throttler | Lukas Reschke | 2016-07-21 | 3 | -17/+34 |
|\ \ | | | | | | | Implement brute force protection | ||||
| * | | Mitigate race condition | Lukas Reschke | 2016-07-20 | 1 | -1/+4 |
| | | | |||||
| * | | Implement brute force protection | Lukas Reschke | 2016-07-20 | 3 | -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-cookies | Lukas Reschke | 2016-07-20 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | [master] Port Same-Site Cookies to master | ||||
| * | | | [master] Port Same-Site Cookies to master | Lukas Reschke | 2016-07-20 | 1 | -0/+4 |
| |/ / | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/50 | ||||
* | | | Merge pull request #390 from nextcloud/occ-user | Roeland Douma | 2016-07-20 | 6 | -0/+424 |
|\ \ \ | | | | | | | | | More occ user management commands | ||||
| * | | | add occ command to show user information | Robin Appelman | 2016-07-19 | 2 | -0/+89 |
| | | | | |||||
| * | | | Add commands to add/remove users to/from groups | Robin Appelman | 2016-07-19 | 3 | -0/+156 |
| | | | | |||||
| * | | | add command to list groups | Robin Appelman | 2016-07-19 | 2 | -0/+91 |
| | | | | |||||
| * | | | add occ command to list users | Robin Appelman | 2016-07-19 | 2 | -0/+88 |
| | | | | |||||
* | | | | Merge pull request #467 from nextcloud/use-clipboard-api | Roeland Douma | 2016-07-20 | 9 | -8/+801 |
|\ \ \ \ | | | | | | | | | | | Use clipboard api | ||||
| * | | | | Use an icon to set the email instead of a button with string | Thomas Müller | 2016-07-20 | 3 | -6/+10 |
| | | | | | |||||
| * | | | | Add clipboard button to public share link | Thomas Müller | 2016-07-20 | 7 | -2/+791 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #473 from nextcloud/ux-improvement-share-dialog | Morris Jobke | 2016-07-20 | 1 | -1/+4 |
|\ \ \ \ | |/ / / |/| | | | only show additional edit permissions for folders | ||||
| * | | | only show additional edit permissions for folders | Bjoern Schiessle | 2016-07-20 | 1 | -1/+4 |
| | | | | |||||
* | | | | Fix the HTML encoding when uploading a folder in FF when using french l10n | Joas Schilling | 2016-07-20 | 1 | -2/+2 |
| | | | | |||||
* | | | | Remove pre-fork EE apps from shipped.json | Joas Schilling | 2016-07-20 | 1 | -15/+4 |
|/ / / | |||||
* / / | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-20 | 2 | -0/+20 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-18 | 2 | -0/+4 |
| | | |||||
* | | Merge pull request #405 from nextcloud/theming-fixes | Björn Schießle | 2016-07-18 | 3 | -9/+7 |
|\ \ | | | | | | | Theming fixes | ||||
| * | | Use the themed Defaults everywhere | Joas Schilling | 2016-07-15 | 3 | -9/+7 |
| | | | |||||
* | | | Merge pull request #412 from nextcloud/theming-foreground-color | Joas Schilling | 2016-07-18 | 2 | -1/+4 |
|\ \ \ | | | | | | | | | Theming: invert foreground color on bright backgrounds | ||||
| * | | | Theming: Implement swapping the foreground color for bright colors | Julius Haertl | 2016-07-15 | 2 | -1/+4 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-16 | 4 | -10/+10 |
| | | | | |||||
* | | | | Merge pull request #395 from nextcloud/user-preferences-occ | Roeland Douma | 2016-07-15 | 2 | -0/+227 |
|\ \ \ \ | |/ / / |/| | | | Allow to change user preferences via occ | ||||
| * | | | Use argument instead of value | Joas Schilling | 2016-07-14 | 1 | -12/+12 |
| | | | | |||||
| * | | | FIx my email | Joas Schilling | 2016-07-13 | 1 | -2/+1 |
| | | | | |||||
| * | | | Fix descriptions | Joas Schilling | 2016-07-13 | 1 | -2/+2 |
| | | | | |||||
| * | | | Add tests for set/get/delete/list | Joas Schilling | 2016-07-13 | 1 | -9/+7 |
| | | | | |||||
| * | | | Add tests for checkInput() | Joas Schilling | 2016-07-13 | 1 | -7/+7 |
| | | | | |||||
| * | | | Allow deleting a setting | Joas Schilling | 2016-07-13 | 1 | -2/+40 |
| | | | | |||||
| * | | | Allow setting values | Joas Schilling | 2016-07-13 | 1 | -4/+35 |
| | | | | |||||
| * | | | Add a occ command to list/get user preferences | Joas Schilling | 2016-07-13 | 2 | -0/+161 |
| |/ / | |||||
* | | | Don't need update permissions on hidden files | Joas Schilling | 2016-07-14 | 1 | -1/+1 |
| | | | |||||
* | | | Add delete permissions to the default (new in oc9.1) | Joas Schilling | 2016-07-14 | 1 | -1/+1 |
|/ / | |||||
* / | Use tooltip for background jobs info tooltip | Morris Jobke | 2016-07-13 | 1 | -1/+3 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-11 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-09 | 6 | -20/+24 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-08 | 4 | -54/+60 |
| | |||||
* | Merge pull request #333 from nextcloud/sync-master | Lukas Reschke | 2016-07-07 | 120 | -325/+35 |
|\ | | | | | Sync master | ||||
| * | Revert "occ web executor (#24957)" | Morris Jobke | 2016-07-07 | 3 | -161/+0 |
| | | | | | | | | This reverts commit 854352d9a064a1e469ede207493bce44fd41d96c. | ||||
| * | Merge branch 'master' into sync-master | Morris Jobke | 2016-07-07 | 144 | -563/+707 |
| |\ | |||||
| * | | Revert "[tx-robot] updated from transifex" | Morris Jobke | 2016-07-07 | 18 | -240/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3731b2a006eca1e96d4087212a5e779c85a002e4. Revert "[tx-robot] updated from transifex" This reverts commit 94d91113f1206161b00bbc28da00aaf80bcd0a3e. Revert "[tx-robot] updated from transifex" This reverts commit e7cc8bac1e26935ed3bceb2b777659cc72cafdf2. Revert "[tx-robot] updated from transifex" This reverts commit 59fc3ff45a98e305ad65069d31fc78081fa88dc6. Revert "[tx-robot] updated from transifex" This reverts commit 6a89a63d2e5f6d807f6e99823b76f3cfea268c29. Revert "[tx-robot] updated from transifex" This reverts commit b0bad03234329113988d7d9c9cf2613d8f031c5f. |