summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Copy over the ETag and LastModified when formatting a DataresponseRoeland Jago Douma2020-05-191-0/+8
* Allow links to conversationsJoas Schilling2020-05-131-0/+6
* Merge pull request #20897 from nextcloud/bugfix/httpcacheRoeland Jago Douma2020-05-131-5/+4
|\
| * Add public argument to Http cacheFor()Clement Wong2020-05-101-5/+4
| * Proxy server could cache http response when it is not privateClement Wong2020-05-101-2/+2
* | Fix OCPSinceChecker and php-csMorris Jobke2020-05-081-0/+4
* | Add InitialState Appframework serviceRoeland Jago Douma2020-05-071-0/+54
* | Merge pull request #20782 from nextcloud/enh/appframework/appconfig_wrapperRoeland Jago Douma2020-05-071-0/+111
|\ \
| * | Simple AppConfig wrapper for the AppFrameworkRoeland Jago Douma2020-05-021-0/+111
* | | PHP 7.4 excludes the arguments from stack traces by default.Daniel Kesselberg2020-04-301-1/+4
|/ /
* | Merge pull request #19039 from nextcloud/dav-activity-provide-links-to-calendarRoeland Jago Douma2020-04-301-0/+6
|\ \
| * | Provide links to calendar in event creation/update activitiesThomas Citharel2020-04-261-0/+6
| |/
* / Update license headers for 19Christoph Wurst2020-04-29104-10/+105
|/
* Use paginated search for contactsJulius Härtl2020-04-232-0/+4
* Allow some apps to have root URLs in their own routing fileJoas Schilling2020-04-181-3/+1
* Merge pull request #20505 from nextcloud/fix/noid/system-credsblizzz2020-04-161-3/+3
|\
| * fix credentialsManager documentation and ensure userId to be used as stringArthur Schiwon2020-04-151-3/+3
* | Merge pull request #20511 from nextcloud/fix/cs-fixer-ldapRoeland Jago Douma2020-04-161-0/+1
|\ \
| * | PHP-CS-Fixer greenRoeland Jago Douma2020-04-161-0/+1
| |/
* / Provide the proper language to the mailerRoeland Jago Douma2020-04-162-3/+4
|/
* Check all remotes for local accessJoas Schilling2020-04-141-0/+29
* Add visibility to all constantsChristoph Wurst2020-04-1051-272/+272
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-102-5/+5
* Merge pull request #20422 from nextcloud/techdebt/format-control-structs-clas...Christoph Wurst2020-04-10219-381/+165
|\
| * Format control structures, classes, methods and functionChristoph Wurst2020-04-10219-381/+165
* | Merge pull request #19495 from nextcloud/preview-generate-batchRoeland Jago Douma2020-04-102-0/+52
|\ \ | |/ |/|
| * optimize batch generation of previewsRobin Appelman2020-04-091-0/+39
| * allow generating multiple preview sizes for a single file at onceRobin Appelman2020-04-091-0/+13
* | Use elseif instead of else ifChristoph Wurst2020-04-102-2/+2
* | Make sure every file ends with an empty newlineChristoph Wurst2020-04-091-1/+0
* | Remove trailing whitespaces from commentsChristoph Wurst2020-04-096-15/+15
* | Remove trailing and in between spacesChristoph Wurst2020-04-095-11/+11
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-0918-54/+54
* | Use a blank line after the opening tagChristoph Wurst2020-04-091-0/+1
* | Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0967-53/+14
* | Fix (array) indent style to always use one tabChristoph Wurst2020-04-097-57/+57
* | Fix multiline commentsChristoph Wurst2020-04-087-13/+12
|/
* Properly hint exceptions thrown by getUserFolderJulius Härtl2020-04-031-0/+4
* fixes the return type of BeforeUserLoggedInEventArthur Schiwon2020-04-031-2/+4
* Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling2020-04-022-0/+19
|\
| * Allow to set and get the reference idJoas Schilling2020-03-311-0/+17
| * Add optional column oc_comments.reference_idJoas Schilling2020-03-311-0/+2
* | Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma2020-04-0133-9/+40
|\ \
| * | Update the license headers for Nextcloud 19Christoph Wurst2020-03-3133-9/+40
| |/
* / [POC] Event for failed login attemptsRoeland Jago Douma2020-03-311-0/+58
|/
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-276-6/+0
|\
| * Remove unused importsChristoph Wurst2020-03-256-6/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-2619-33/+33
* | Use lowercase true, false and null constantsChristoph Wurst2020-03-251-1/+1
|/
* Add a public event for contacts interactionChristoph Wurst2020-03-251-0/+136