Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update with robin | Joas Schilling | 2016-07-21 | 202 | -205/+207 |
| | |||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 678 | -1156/+2000 |
| | |||||
* | Merge pull request #477 from nextcloud/fix-layout-public-upload | Morris Jobke | 2016-07-21 | 1 | -1/+1 |
|\ | | | | | move closing div to the right place | ||||
| * | move closing div to the right place | Bjoern Schiessle | 2016-07-20 | 1 | -1/+1 |
| | | |||||
* | | Use proper branding | Lukas Reschke | 2016-07-21 | 1 | -2/+2 |
| | | | | | | | | Stable9 has this already | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-21 | 14 | -22/+92 |
| | | |||||
* | | Merge pull request #479 from nextcloud/add-bruteforce-throttler | Lukas Reschke | 2016-07-21 | 6 | -3/+21 |
|\ \ | | | | | | | Implement brute force protection | ||||
| * | | Implement brute force protection | Lukas Reschke | 2016-07-20 | 6 | -3/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+1 |
|\ \ \ | | | | | | | | | [master] Port Same-Site Cookies to master | ||||
| * | | | [master] Port Same-Site Cookies to master | Lukas Reschke | 2016-07-20 | 1 | -0/+1 |
| |/ / | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/50 | ||||
* | | | Merge pull request #466 from nextcloud/escape-special-characters | Lukas Reschke | 2016-07-20 | 4 | -5/+7 |
|\ \ \ | | | | | | | | | Escape special characters (#25429) | ||||
| * | | | Escape special characters (#25429) | Aaron Wood | 2016-07-20 | 4 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Use correct method in the AbstractMapping class * Change the getNamesBySearch method so that input can be properly escaped while still supporting matches * Don't escape hardcoded wildcard | ||||
* | | | | Merge pull request #471 from nextcloud/storage-fopenspecialchars | Morris Jobke | 2016-07-20 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Added storage tests for fopen with special chars | ||||
| * | | | | Added storage tests for fopen with special chars | Vincent Petry | 2016-07-20 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | This makes it possible to test special chars with unit tests. There is already a test for directories but there was none for file names. | ||||
* | | | | Merge pull request #467 from nextcloud/use-clipboard-api | Roeland Douma | 2016-07-20 | 1 | -3/+6 |
|\ \ \ \ | | | | | | | | | | | Use clipboard api | ||||
| * | | | | Use an icon to set the email instead of a button with string | Thomas Müller | 2016-07-20 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Add clipboard button to public share link | Thomas Müller | 2016-07-20 | 1 | -3/+5 |
| |/ / / | |||||
* | | | | Merge pull request #464 from nextcloud/master-change-load-order | Roeland Douma | 2016-07-20 | 1 | -1/+4 |
|\ \ \ \ | | | | | | | | | | | [master] Change load order of auth backends so that we can throw an exception … | ||||
| * | | | | Change load order of auth backends so that we can throw an exception in ↵ | Thomas Müller | 2016-07-20 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | OCA\DAV\Connector\Sabre\Auth - fixes #25362 (#25476) | ||||
* | | | | | Merge pull request #468 from nextcloud/stringid-fix | Roeland Douma | 2016-07-20 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Cast share id to string (#25402) | ||||
| * | | | | Cast share id to string (#25402) | Vincent Petry | 2016-07-20 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #470 from nextcloud/sftp-renameoverwritedir | Morris Jobke | 2016-07-20 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | Fix overwriting folders on rename with SFTP | ||||
| * | | | Fix overwriting folders on rename with SFTP | Vincent Petry | 2016-07-20 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | This aligns the behavior with other storages and also fixes the failing unit test testRenameOverWriteDirectory | ||||
* | | | Merge pull request #402 from nextcloud/smb-notifications | Morris Jobke | 2016-07-20 | 4 | -2/+236 |
|\ \ \ | |/ / |/| | | smb update notifications | ||||
| * | | add files_external:notify command | Robin Appelman | 2016-07-14 | 2 | -0/+176 |
| | | | |||||
| * | | add notify support to smb storage | Robin Appelman | 2016-07-14 | 1 | -1/+58 |
| | | | |||||
| * | | Save the files external mount id in the mount cache table | Robin Appelman | 2016-07-13 | 1 | -1/+2 |
| | | | |||||
* | | | Fix the HTML encoding when uploading a folder in FF when using french l10n | Joas Schilling | 2016-07-20 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Merge pull request #394 from nextcloud/tags-for-everything | Morris Jobke | 2016-07-19 | 8 | -51/+68 |
|\ \ | | | | | | | SystemTags for everything not just files | ||||
| * | | Fix non-existing exception class | Joas Schilling | 2016-07-18 | 5 | -25/+25 |
| | | | |||||
| * | | Allow apps to register SystemTags plugins | Joas Schilling | 2016-07-18 | 2 | -2/+21 |
| | | | |||||
| * | | Fix doc blocks | Joas Schilling | 2016-07-18 | 1 | -0/+5 |
| | | | |||||
| * | | Fix TODO and bring in abstraction (similar to comments) | Joas Schilling | 2016-07-18 | 4 | -28/+21 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-19 | 18 | -0/+156 |
| | | | |||||
* | | | Merge pull request #414 from nextcloud/files_sharing_event_dispatcher | Björn Schießle | 2016-07-18 | 4 | -36/+55 |
|\ \ \ | | | | | | | | | Files sharing event dispatcher | ||||
| * | | | Cleanup coding style | Roeland Jago Douma | 2016-07-18 | 1 | -30/+28 |
| | | | | |||||
| * | | | Add eventdispatcher to public link view | Roeland Jago Douma | 2016-07-18 | 3 | -3/+21 |
| | | | | |||||
| * | | | Move JS inclusion to Controller | Roeland Jago Douma | 2016-07-18 | 2 | -20/+23 |
| | | | | | | | | | | | | | | | | * This way we can easier load files conditionally | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-18 | 46 | -482/+56 |
| | | | | |||||
* | | | | Merge pull request #405 from nextcloud/theming-fixes | Björn Schießle | 2016-07-18 | 6 | -4/+69 |
|\ \ \ \ | | | | | | | | | | | Theming fixes | ||||
| * | | | | Add unit tests | Joas Schilling | 2016-07-15 | 1 | -0/+46 |
| | | | | | |||||
| * | | | | Also load the theming app on CLI | Joas Schilling | 2016-07-15 | 1 | -1/+7 |
| | | | | | |||||
| * | | | | Use the themed Defaults everywhere | Joas Schilling | 2016-07-15 | 3 | -3/+3 |
| | | | | | |||||
| * | | | | Better handling of empty slogan | Joas Schilling | 2016-07-15 | 1 | -0/+13 |
| | | | | | |||||
* | | | | | Merge pull request #428 from nextcloud/setupfromtoken_sharemanager | Morris Jobke | 2016-07-18 | 2 | -70/+31 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Move SetupFromToken to ShareManager | ||||
| * | | | | Move SetupFromToken to ShareManager | Roeland Jago Douma | 2016-07-18 | 2 | -70/+31 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #412 from nextcloud/theming-foreground-color | Joas Schilling | 2016-07-18 | 5 | -4/+228 |
|\ \ \ \ | |/ / / |/| | | | Theming: invert foreground color on bright backgrounds | ||||
| * | | | Theming: Fix image paths for caret icon | Julius Haertl | 2016-07-16 | 3 | -5/+5 |
| | | | | |||||
| * | | | Theming: Fix spaces in settings-admin.js | Julius Haertl | 2016-07-15 | 1 | -4/+4 |
| | | | | |||||
| * | | | Theming: Add tests for inverted colors | Julius Haertl | 2016-07-15 | 2 | -3/+130 |
| | | | |