Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #25955 from nextcloud/backport/25932/stable21 | Roeland Jago Douma | 2021-03-06 | 1 | -1/+1 |
|\ | | | | | [stable21] Skip empty obsolete owner when adding to own NC | ||||
| * | Skip empty obsolete owner when adding to own NC | Vincent Petry | 2021-03-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | The owner field is nowadays always empty when adding a federated share using "Add to your Nextcloud", so don't check for it. Fixes an issue where "Add to your Nextcloud" doesn't add anything. Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-06 | 2 | -4/+4 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-04 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-23 | 2 | -24/+62 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-15 | 4 | -30/+70 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-29 | 2 | -0/+72 |
| | |||||
* | Update all composer autoloader files | Christoph Wurst | 2021-01-28 | 2 | -1/+33 |
| | | | | | | The format changed between 2.0.8 and 2.0.9. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-21 | 2 | -0/+2 |
| | |||||
* | Migrate internal classes to the OCP db col types | Christoph Wurst | 2021-01-12 | 2 | -2/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove unneeded casts that were found by Psalm | Morris Jobke | 2021-01-11 | 1 | -2/+2 |
| | | | | | | In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see https://github.com/nextcloud/server/pull/24521) Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-10 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-31 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-30 | 2 | -0/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-18 | 2 | -4/+4 |
| | |||||
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 8 | -3/+9 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix PHP CS | Joas Schilling | 2020-12-15 | 1 | -1/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add missing parent::__construct() calls to Jobs | Joas Schilling | 2020-12-14 | 1 | -25/+8 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-10 | 4 | -4/+6 |
| | |||||
* | Adjust default | Julius Härtl | 2020-12-08 | 4 | -6/+25 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Move columns to bigint | Julius Härtl | 2020-12-08 | 1 | -2/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Migrate files_sharing to migrations and move remote_id to a string in ↵ | Julius Härtl | 2020-12-08 | 1 | -2/+4 |
| | | | | | | share_external Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Move remoteId of remote reshares to string | Julius Härtl | 2020-12-08 | 6 | -16/+69 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #24396 from nextcloud/dont-use-system-composer | Morris Jobke | 2020-12-02 | 4 | -3/+5 |
|\ | | | | | dont use system composer for autoload checker | ||||
| * | rebuild autoloader scripts with 2.0.7 | Robin Appelman | 2020-11-26 | 4 | -3/+5 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #24340 from nextcloud/td/psalm/job_execute | Morris Jobke | 2020-11-30 | 1 | -4/+3 |
|\ \ | |/ |/| | Use proper OCP\BackgroundJobs\Job | ||||
| * | Use proper OCP\BackgroundJobs\Job | Roeland Jago Douma | 2020-11-25 | 1 | -4/+3 |
| | | | | | | | | | | | | And typehunt the IJobList Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | set the display name of federated sharees from addressbook | Arthur Schiwon | 2020-11-24 | 3 | -5/+72 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-14 | 2 | -6/+6 |
| | |||||
* | Create primary keys on all tables and add a command to create the afterwards | Joas Schilling | 2020-11-10 | 1 | -1/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Don't leave cursors open when tests fail | Joas Schilling | 2020-11-09 | 1 | -2/+6 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-09 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-01 | 4 | -2/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-31 | 2 | -14/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-28 | 2 | -2/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-27 | 6 | -4/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-14 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-13 | 110 | -220/+4 |
| | |||||
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 2 | -3/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-05 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-01 | 2 | -0/+2 |
| | |||||
* | Update autloader | Roeland Jago Douma | 2020-09-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-20 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-18 | 20 | -0/+20 |
| | |||||
* | Bump versions | Joas Schilling | 2020-09-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-18 | 14 | -14/+0 |
| | |||||
* | Merge pull request #22874 from nextcloud/Valdnet-patch-4 | Roeland Jago Douma | 2020-09-17 | 1 | -1/+1 |
|\ | | | | | l10n: Add parentheses | ||||
| * | l10n: Change the size of the letter | Valdnet | 2020-09-16 | 1 | -1/+1 |
| | | |||||
| * | l10n: Add parentheses | Valdnet | 2020-09-16 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-17 | 12 | -2/+14 |
|/ |