Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #19743 from nextcloud/cache-updater-storage-mtime-false | Roeland Jago Douma | 2020-03-05 | 1 | -6/+9 |
|\ | | | | | dont try to update storage mtime if we can't get the mtime | ||||
| * | dont try to update storage mtime if we can't get the mtime | Robin Appelman | 2020-03-02 | 1 | -6/+9 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-05 | 4 | -4/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-04 | 2 | -2/+24 |
| | | |||||
* | | Merge pull request #19742 from nextcloud/bug/19740/add-msg-for-exception | blizzz | 2020-03-02 | 1 | -2/+2 |
|\ \ | |/ |/| | Add message for DoesNotExistException | ||||
| * | Add message for DoesNotExistException | Daniel Kesselberg | 2020-03-02 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-02 | 2 | -0/+4 |
| | | |||||
* | | Merge pull request #19493 from nextcloud/simplefile-new-lazy | Roeland Jago Douma | 2020-02-28 | 9 | -10/+245 |
|\ \ | | | | | | | Create SimpleFile only when writing the content | ||||
| * | | Bump autoloader | Roeland Jago Douma | 2020-02-28 | 2 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | allow writing content directly when creating new SimpleFile | Robin Appelman | 2020-02-28 | 4 | -6/+12 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | Create SimpleFile only when writing the content | Robin Appelman | 2020-02-28 | 6 | -8/+235 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of first creating an empty file and then writing the content. This solves the overhead of creating an empty file with the common pattern: ```php $file = $simpleFilder->newFile('foo.txt'); $file->putContent('bar.txt'); ``` roughly halving the number of storage and database operations that need to be done when creating a `SimpleFile`. This is not automatically done with `File` because that has a more complex api which I'm more hesitant to touch. Instead the `Folder::newFile` api has been extended to accept the content for the new file. In my local testing, the overhead of first creating an empty file took about 20% of the time for preview generation Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #19321 from ↵ | Joas Schilling | 2020-02-28 | 3 | -0/+85 |
|\ \ \ | |/ / |/| | | | | | | | | nextcloud/enh/allow-to-overwrite-share-target-mountpoints Allow to overwrite share target mountpoints | ||||
| * | | Allow to overwrite share target mountpoints | Joas Schilling | 2020-02-17 | 3 | -0/+85 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #19613 from nextcloud/enh/19537/undefined-index-password | Roeland Jago Douma | 2020-02-28 | 1 | -4/+6 |
|\ \ \ | | | | | | | | | Check that username and password are present. | ||||
| * | | | Check that username and password are present. | Daniel Kesselberg | 2020-02-23 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-28 | 2 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #19670 from nextcloud/techdebt/noid/allow-to-remove-listeners | Christoph Wurst | 2020-02-27 | 2 | -0/+13 |
|\ \ \ \ | |_|_|/ |/| | | | Allow to remove listeners | ||||
| * | | | Allow to remove listeners | Joas Schilling | 2020-02-27 | 2 | -0/+13 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #19659 from ↵ | Roeland Jago Douma | 2020-02-27 | 1 | -2/+7 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/17486/allow-non-integer-ids-in-entity-mapper Allow non integer ids in Entity Mapper | ||||
| * | | | | Allow non integer ids in Entity Mapper | Joas Schilling | 2020-02-26 | 1 | -2/+7 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #19433 from nextcloud/bugfix/noid/fix-installing-talk | blizzz | 2020-02-26 | 1 | -2/+13 |
|\ \ \ \ | |/ / / |/| | | | Fix installing Talk due to hardcoded route | ||||
| * | | | Hardcode Talk namespace to fix install due to global route | Joas Schilling | 2020-02-14 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-25 | 2 | -0/+2 |
| | | | | |||||
* | | | | Merge pull request #19478 from ↵ | Roeland Jago Douma | 2020-02-23 | 1 | -3/+8 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | Tim-Obert/bug/19475/fix-routes-generation-authpublicsharecontroller Change the route generation of AuthPublicShareController.php | ||||
| * | | | Fix requested changes | TimObert | 2020-02-14 | 1 | -10/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Tim Obert <tobert@w-commerce.de> | ||||
| * | | | Change the route generation of AuthPublicShareController.php and adjust the ↵ | Tim Obert | 2020-02-14 | 1 | -3/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | routes for file sharing Signed-off-by: Tim Obert <tobert@w-commerce.de> | ||||
* | | | | Merge pull request #19528 from ↵ | Roeland Jago Douma | 2020-02-22 | 1 | -2/+4 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/remove-user-root-from-error-message Strip of users home path from share api message | ||||
| * | | | | Strip of users home path from share api message | Joas Schilling | 2020-02-20 | 1 | -2/+4 |
| | |_|/ | |/| | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #18227 from ↵ | Christoph Wurst | 2020-02-21 | 5 | -2/+49 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/bug/17947/set-transaction-isolation-connect Add event subscriber for transaction isolation level | ||||
| * | | | | Add event subscriber for transaction isolation level | Daniel Kesselberg | 2020-02-21 | 5 | -2/+49 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | Merge pull request #19412 from nextcloud/fix/19404/make-favorite-public | Christoph Wurst | 2020-02-21 | 2 | -10/+13 |
|\ \ \ \ | |/ / / |/| | | | Make TAG_FAVORITE public | ||||
| * | | | Make TAG_FAVORITE public | Daniel Kesselberg | 2020-02-12 | 2 | -10/+13 |
| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-15 | 2 | -0/+4 |
| |/ / |/| | | |||||
* | | | when we receive intentional empty whats new info, do not try to show it | Arthur Schiwon | 2020-02-13 | 1 | -1/+5 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Allow to overwrite the path on the cache event | Joas Schilling | 2020-02-13 | 2 | -0/+14 |
| |/ |/| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #19424 from nextcloud/bugfix/noid/dont-create-invalid-users | Roeland Jago Douma | 2020-02-12 | 1 | -1/+1 |
|\ \ | | | | | | | Don't create invalid users | ||||
| * | | Don't create invalid users | Joas Schilling | 2020-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | disable timeout on app install via cli | Arthur Schiwon | 2020-02-12 | 2 | -7/+15 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Allow to serve static mp4 directly | Julius Härtl | 2020-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Allow to serve static webm directly | Roeland Jago Douma | 2020-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-11 | 6 | -0/+6 |
| | | | |||||
* | | | Merge pull request #18904 from nextcloud/enh/noid/flow-logging | Roeland Jago Douma | 2020-02-10 | 5 | -1/+79 |
|\ \ \ | | | | | | | | | Log Flow activity | ||||
| * | | | always require a message paramter for data logging | Arthur Schiwon | 2020-01-28 | 3 | -4/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | also ensure it plays well with current log reader Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | | log Flow activity | Arthur Schiwon | 2020-01-28 | 4 | -1/+68 |
| | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | Merge pull request #19307 from nextcloud/enh/argon2id | Roeland Jago Douma | 2020-02-10 | 1 | -21/+13 |
|\ \ \ \ | |_|/ / |/| | | | Add Argon2id support | ||||
| * | | | Add Argon2id support | Roeland Jago Douma | 2020-02-07 | 1 | -21/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | When available we should use argon2id for hashing. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-10 | 4 | -0/+4 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-09 | 2 | -2/+114 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-08 | 16 | -4/+16 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-07 | 10 | -0/+10 |
|/ / / |