summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-12-312-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-12-302-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2020-12-182-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-12-104-4/+6
|
* set the display name of federated sharees from addressbookArthur Schiwon2020-11-253-5/+71
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2020-11-142-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-11-092-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-11-014-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-10-312-14/+16
|
* [tx-robot] updated from transifexNextcloud bot2020-10-282-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-10-276-4/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-10-142-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-10-13110-220/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-10-052-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-10-012-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-09-202-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-09-1820-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2020-09-1814-14/+0
|
* [tx-robot] updated from transifexNextcloud bot2020-09-1712-2/+14
|
* [tx-robot] updated from transifexNextcloud bot2020-09-162-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-09-15120-242/+242
|
* [tx-robot] updated from transifexNextcloud bot2020-08-252-12/+12
|
* Fix missing placeholders in translationsJoas Schilling2020-08-061-7/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* effectively revert 17fae47bdba84ed520fee2cbf1a9485cc14fbbcb fixing i10nArthur Schiwon2020-08-061-13/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* coding style fixesArthur Schiwon2020-08-061-3/+3
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* fix check for Cloud ID, missing return statements, wrong param useArthur Schiwon2020-08-061-9/+13
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Replace deprecated assertArraySubset with logic that does the sameMorris Jobke2020-07-231-1/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fix typoSergej Pupykin2020-07-161-1/+1
|
* [tx-robot] updated from transifexNextcloud bot2020-07-042-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-06-152-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-06-102-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-06-054-84/+96
|
* [tx-robot] updated from transifexNextcloud bot2020-05-062-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-05-052-2/+2
|
* Update license headers for 19Christoph Wurst2020-04-297-0/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #19793 from nextcloud/bugfix/noid/link-to-federated-reshareMorris Jobke2020-04-271-0/+2
|\ | | | | Fix resharing of federated shares that were created out of links
| * Set proper share type when converting link shares to federated sharesJulius Härtl2020-04-211-0/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2020-04-252-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2020-04-202-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-04-162-0/+4
|
* Add visibility to all constantsChristoph Wurst2020-04-104-5/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1017-96/+30
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use elseif instead of else ifChristoph Wurst2020-04-102-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-093-5/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0911-10/+1
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-317-1/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-03-312-0/+6
|