Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1457 from nextcloud/upstream-fix-birthday-calendar-component | Lukas Reschke | 2016-09-26 | 4 | -0/+75 |
|\ | | | | | [Upstream] fix birthday calendar component | ||||
| * | Adding repair step to fix component of birthday calendars | Thomas Müller | 2016-09-20 | 2 | -0/+63 |
| | | |||||
| * | The birthday calendar can only hold VEVENT - refs ↵ | Thomas Müller | 2016-09-20 | 2 | -0/+12 |
| | | | | | | | | https://github.com/owncloud/tasks/issues/338 | ||||
* | | Fix more tests | Joas Schilling | 2016-09-20 | 1 | -4/+4 |
| | | |||||
* | | Use magic DI | Joas Schilling | 2016-09-20 | 5 | -104/+17 |
|/ | |||||
* | Close cursors | Joas Schilling | 2016-09-15 | 2 | -6/+8 |
| | |||||
* | Chunk if you have too many contacts | Joas Schilling | 2016-09-14 | 1 | -10/+16 |
| | |||||
* | Chunk if you have too many events | Joas Schilling | 2016-09-14 | 1 | -11/+17 |
| | |||||
* | Move Travis tests to DroneCI | Lukas Reschke | 2016-09-13 | 2 | -24/+0 |
| | | | | | | | | | | Should give us some quicker test execution speed as we're not limited by Travis Explicitly invoke with "bash" Install instance already Use newest litmus container | ||||
* | Improve chunk upload AssemblyStream performance | Vincent Petry | 2016-09-13 | 2 | -11/+94 |
| | |||||
* | Cast query result to int | Roeland Jago Douma | 2016-09-09 | 2 | -2/+2 |
| | | | | Else we never create the default address book | ||||
* | Merge pull request #1342 from nextcloud/throw-exceptions-not-printable | Morris Jobke | 2016-09-09 | 2 | -7/+5 |
|\ | | | | | Don't print exception message in HTML | ||||
| * | Don't print exception message in HTML | Lukas Reschke | 2016-09-09 | 2 | -7/+5 |
| | | | | | | | | | | | | The exception message is potentially influenced by user input and could thus be confusing (e.g. somebody could try to open a file like "Please send a mail to support@foo.com", and then the message would include that string. It is thus reasonable to not show the exception message by default. Also for the browser view I added an `exit()` at the end, as otherwise the XML exception would be attached. | ||||
* | | Filter more mimetypes | Lukas Reschke | 2016-09-09 | 2 | -9/+63 |
|/ | | | | There's no need to allow more than those defined mimetypes for images. | ||||
* | Fix tests | Joas Schilling | 2016-09-07 | 1 | -16/+28 |
| | |||||
* | UPDATE permissions qualify for renaming a node | Joas Schilling | 2016-09-07 | 1 | -5/+10 |
| | |||||
* | Only require CREATE permissions when the file does not exist yet | Joas Schilling | 2016-09-07 | 1 | -2/+11 |
| | |||||
* | more efficient check if addressbook and calendar exists for user | Robin Appelman | 2016-08-31 | 6 | -16/+49 |
| | |||||
* | Add a unit test for all the magic | Joas Schilling | 2016-08-30 | 1 | -1/+64 |
| | |||||
* | Correctly handle multi-values when converting VCards to array | Joas Schilling | 2016-08-30 | 1 | -1/+41 |
| | |||||
* | [master] DAV: Return data-fingerprint always when asked (#25482) | Markus Goetz | 2016-08-29 | 2 | -9/+6 |
| | | | | | | | For owncloud/client#5056 Users can configure arbitrary subfolders for syncing, therefore we should always return it when asked for. The sync client makes sure to not always ask for it to save bandwidth. | ||||
* | Merge pull request #1054 from nextcloud/less-cache-hits | Lukas Reschke | 2016-08-27 | 1 | -1/+6 |
|\ | | | | | Reduce the number of cache operations for dav operations | ||||
| * | reuse the userfolder's fileinfo when possible during dav setup | Robin Appelman | 2016-08-25 | 1 | -1/+6 |
| | | |||||
* | | Merge pull request #1031 from nextcloud/2fa-infinite-redirect-loop | Joas Schilling | 2016-08-26 | 2 | -2/+3 |
|\ \ | | | | | | | prevent infinite redirect loops if the there is no 2fa provider to pass | ||||
| * | | prevent infinite redirect loops if the there is no 2fa provider to pass | Christoph Wurst | 2016-08-24 | 2 | -2/+3 |
| |/ | | | | | | | | | | | | | This fixes infinite loops that are caused whenever a user is about to solve a 2FA challenge, but the provider app is disabled at the same time. Since the session value usually indicates that the challenge needs to be solved before we grant access we have to remove that value instead in this special case. | ||||
* | | Better displaynames for shared address books | Joas Schilling | 2016-08-24 | 5 | -11/+44 |
| | | |||||
* | | Better displaynames for shared calendars | Joas Schilling | 2016-08-24 | 7 | -18/+39 |
|/ | |||||
* | Move over to new CalDAVTester repo (#25859) | Thomas Müller | 2016-08-19 | 2 | -12/+12 |
| | | | | | | * Move over to new caldac tester repo * no run.py anymore | ||||
* | Fix phpdoc in Comments | Roeland Jago Douma | 2016-08-16 | 1 | -1/+1 |
| | |||||
* | Increment the versions and adjust the capitilization | Joas Schilling | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | fix #724 by using step instead of job | Bernhard Posselt | 2016-08-04 | 1 | -2/+2 |
| | |||||
* | Adding quota plugin to new dav endpoint (#25615) | Thomas Müller | 2016-07-29 | 1 | -0/+3 |
| | | | | | | | | * Adding quota plugin to new dav endpoint * Added integrated test failing in old endpoint * Added 0B quota test | ||||
* | add dav property to check if a file has a preview available | Robin Appelman | 2016-07-27 | 8 | -6/+85 |
| | |||||
* | Also increase the min version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | bumb compatible app versions for core apps | Robin Appelman | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #517 from nextcloud/fix-typo | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
|\ | | | | | Fix typo in docs | ||||
| * | Use app name from stable9 | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #500 from nextcloud/bump_version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
|\ \ | |/ |/| | Bump version | ||||
| * | Increase app versions | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #496 from nextcloud/fix-config-generation | Morris Jobke | 2016-07-21 | 1 | -1/+1 |
|\ \ | | | | | | | Make the changes from doc fix persistant | ||||
| * | | Change the app name | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| |/ | |||||
* | | Update with robin | Joas Schilling | 2016-07-21 | 34 | -34/+34 |
| | | |||||
* | | Fix apps/ | Joas Schilling | 2016-07-21 | 168 | -279/+538 |
|/ | |||||
* | 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 #466 from nextcloud/escape-special-characters | Lukas Reschke | 2016-07-20 | 1 | -1/+1 |
|\ \ | | | | | | | Escape special characters (#25429) | ||||
| * | | Escape special characters (#25429) | Aaron Wood | 2016-07-20 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 #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) | ||||
* / | Cast share id to string (#25402) | Vincent Petry | 2016-07-20 | 1 | -1/+1 |
|/ |