aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * fix(logger): use logger from constructor argumentsSamuel2021-02-091-1/+14
| * fix(pebkac): missing `use OC`Samuel2021-02-081-0/+1
| * fix(logger): set logger in constructorSamuel2021-02-081-5/+10
| * fix(php-cs): indentation / elseif, maybe braces?Samuel2021-02-051-13/+18
| * feat(federatedfilesharing): log errors, as suggested by @maxbesSamuel2021-02-051-0/+20
* | Move requesthandler controller to LoggerInterfaceRoeland Jago Douma2021-03-101-29/+13
* | Fix some redundant castsRoeland Jago Douma2021-03-081-3/+1
* | Remove redundant castsRoeland Jago Douma2021-03-021-2/+2
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-185-16/+16
|/
* Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-122-2/+2
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-2/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-165-3/+6
* Fix PHP CSJoas Schilling2020-12-151-1/+0
* Add missing parent::__construct() calls to JobsJoas Schilling2020-12-141-25/+8
* Adjust defaultJulius Härtl2020-12-084-6/+25
* Move columns to bigintJulius Härtl2020-12-081-2/+1
* Migrate files_sharing to migrations and move remote_id to a string in share_e...Julius Härtl2020-12-081-2/+4
* Move remoteId of remote reshares to stringJulius Härtl2020-12-084-16/+67
* Use proper OCP\BackgroundJobs\JobRoeland Jago Douma2020-11-251-4/+3
* Create primary keys on all tables and add a command to create the afterwardsJoas Schilling2020-11-101-1/+2
* Don't leave cursors open when tests failJoas Schilling2020-11-091-2/+6
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-3/+3
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-247-3/+11
* Fix missing placeholders in translationsJoas Schilling2020-08-031-7/+11
* effectively revert 17fae47bdba84ed520fee2cbf1a9485cc14fbbcb fixing i10nArthur Schiwon2020-08-031-13/+4
* coding style fixesArthur Schiwon2020-07-301-3/+3
* fix check for Cloud ID, missing return statements, wrong param useArthur Schiwon2020-07-301-9/+13
* Move federated_share_added into a typed eventMorris Jobke2020-07-233-11/+67
* Use the proper IAppContainer and IServerContainer type hints to know which co...Morris Jobke2020-07-211-4/+4
* Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-211-6/+14
* fix typoSergej Pupykin2020-07-161-1/+1
* Use IBootstrap for the app federatedfilesharingMorris Jobke2020-07-142-126/+65
* Move federatedfilesharing to migrationsJoas Schilling2020-07-061-0/+58
* Merge pull request #21264 from stweil/masterMorris Jobke2020-07-051-1/+1
|\
| * build: Fix some typos (most of them found by codespell)Stefan Weil2020-06-061-1/+1
* | Update share type constant usageJoas Schilling2020-06-242-13/+13
|/
* Fix PSR-4 namespaceJoas Schilling2020-06-051-0/+0
* Update license headers for 19Christoph Wurst2020-04-294-0/+5
* Set proper share type when converting link shares to federated sharesJulius Härtl2020-04-211-0/+2
* Add visibility to all constantsChristoph Wurst2020-04-103-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1010-62/+8
* Use elseif instead of else ifChristoph Wurst2020-04-102-2/+2
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-3/+3
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-097-6/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-314-0/+5
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-5/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-5/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-264-9/+9
|/