Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Fix tests" | Morris Jobke | 2016-09-26 | 2 | -7/+1 |
| | | | | | | This reverts commit 27a3c68d840f2a8d8d212ba4086df10e0969c5e3. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Revert "Show an update button instead of the updater" | Morris Jobke | 2016-09-23 | 4 | -7/+27 |
| | | | | | | This reverts commit 202ae42506e9bbb167889735b2c56ccebace594b. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-23 | 16 | -50/+122 |
| | |||||
* | Merge pull request #1455 from nextcloud/use-magic-di | Joas Schilling | 2016-09-22 | 5 | -108/+21 |
|\ | | | | | Use magic DI | ||||
| * | Fix more tests | Joas Schilling | 2016-09-20 | 1 | -4/+4 |
| | | |||||
| * | Use magic DI | Joas Schilling | 2016-09-20 | 5 | -104/+17 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-22 | 22 | -78/+332 |
| | | |||||
* | | Merge pull request #1469 from nextcloud/hide-empty-tag-input | Jan-Christoph Borchardt | 2016-09-21 | 3 | -3/+37 |
|\ \ | | | | | | | Hide collaborative tag input when empty | ||||
| * | | proper padding for Tags action | Jan-Christoph Borchardt | 2016-09-21 | 1 | -0/+1 |
| | | | |||||
| * | | Add viewbox to icons | Joas Schilling | 2016-09-20 | 1 | -1/+1 |
| | | | |||||
| * | | Add a handle for the tags label | Joas Schilling | 2016-09-20 | 2 | -0/+26 |
| | | | |||||
| * | | Hide the tags input field when it's empty | Joas Schilling | 2016-09-20 | 1 | -2/+9 |
| |/ | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-21 | 6 | -16/+76 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-20 | 2 | -2/+42 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-19 | 8 | -8/+58 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-18 | 10 | -0/+22 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-17 | 8 | -12/+8 |
| | |||||
* | Merge pull request #1408 from nextcloud/chunk-calendar-objects-query | Roeland Jago Douma | 2016-09-16 | 2 | -22/+36 |
|\ | | | | | Chunk if you have too many contacts/events | ||||
| * | 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 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-16 | 6 | -2/+36 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-15 | 16 | -110/+420 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-14 | 12 | -4/+46 |
| | |||||
* | Merge pull request #1338 from nextcloud/fix-trashbin-errors | Roeland Jago Douma | 2016-09-13 | 1 | -0/+2 |
|\ | | | | | Opening the trashbin causes errors in log for files without preview | ||||
| * | Opening the trashbin causes errors in log for files without preview | Morris Jobke | 2016-09-09 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * put a file without a generated preview in the trashbin (e.g. a *.docx file) * open the trashbin * following errors will show up in the nextcloud.log: - filesize(): stat failed for ... - fopen(...): failed to open stream: No such file or directory at ... - fread() expects parameter 1 to be resource, boolean given at ... - fclose() expects parameter 1 to be resource, boolean given at ... - imagecreatefromstring(): Empty string or invalid image at ... This is because the preview code tries to load an SVG image, which is obviously only text. The fix simply handles this before the loading happens and the web UI keeps showing the default mimetype icon. | ||||
* | | 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 | ||||
* | | Merge pull request #1370 from nextcloud/dav-fixassemblystreamperf | Morris Jobke | 2016-09-13 | 2 | -11/+94 |
|\ \ | | | | | | | [uc] Improve chunk upload AssemblyStream performance | ||||
| * | | Improve chunk upload AssemblyStream performance | Vincent Petry | 2016-09-13 | 2 | -11/+94 |
| | | | |||||
* | | | Fix tests | Roeland Jago Douma | 2016-09-13 | 1 | -23/+17 |
| | | | |||||
* | | | Allow increasing permissions for share owner | Vincent Petry | 2016-09-13 | 2 | -1/+109 |
|/ / | | | | | | | | | | | In some cases, the owner of the share is also recipient through a group share. The owner must still be able to increase permissions in that situation. | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-13 | 8 | -0/+58 |
| | | |||||
* | | Fix some more sniffs | Joas Schilling | 2016-09-12 | 3 | -3/+0 |
| | | |||||
* | | Fix encryption app | Joas Schilling | 2016-09-12 | 2 | -2/+1 |
| | | |||||
* | | Fix twofactor_backupcodes | Joas Schilling | 2016-09-12 | 3 | -7/+5 |
| | | |||||
* | | Fix more sniffing | Joas Schilling | 2016-09-12 | 4 | -6/+5 |
| | | |||||
* | | Fix the User_LDAP app | Joas Schilling | 2016-09-12 | 7 | -17/+12 |
| | | |||||
* | | Fix sniffes in admin_audit | Joas Schilling | 2016-09-12 | 1 | -3/+0 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-12 | 8 | -0/+70 |
| | | |||||
* | | Merge pull request #1351 from nextcloud/cast_to_int | Morris Jobke | 2016-09-11 | 2 | -2/+2 |
|\ \ | | | | | | | Cast query result to int | ||||
| * | | 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 #1250 from nextcloud/remote_ocs | Roeland Jago Douma | 2016-09-11 | 4 | -260/+217 |
|\ \ \ | | | | | | | | | Move remote_shares OCS endpoint to AppFramework | ||||
| * | | | Move remote_shares OCS endpoint to AppFramework | Roeland Jago Douma | 2016-09-09 | 4 | -260/+217 |
| | |/ | |/| | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-11 | 6 | -0/+8 |
| | | | |||||
* | | | Merge pull request #1346 from nextcloud/trash-detect-correct-mimetype | Roeland Jago Douma | 2016-09-10 | 1 | -2/+3 |
|\ \ \ | | | | | | | | | deleted files, fix mimetype detection | ||||
| * | | | detect the correct mimetype of the files in the trashbin, therefore we have ↵ | Bjoern Schiessle | 2016-09-09 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | to check the filename without the appended timestamp | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-10 | 2 | -10/+10 |
| |_|/ |/| | | |||||
* | | | 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. |