summaryrefslogtreecommitdiffstats
path: root/lib/private/AppFramework
Commit message (Expand)AuthorAgeFilesLines
* dont require strict same site cookies for ocs requestsRoeland Jago Douma2017-03-091-0/+3
* Merge pull request #3607 from nextcloud/api-to-resend-welcome-messageRoeland Jago Douma2017-03-031-0/+9
|\
| * Fix injection of defaultsMorris Jobke2017-02-281-0/+4
| * OCS API endpoint to resend welcome messageMorris Jobke2017-02-281-0/+5
* | Remove deprecated OC_User::isLoggedInSebastian Wessalowski2017-03-021-1/+1
|/
* Fix DI of the cloud id manager into appsJoas Schilling2017-02-141-0/+5
* Merge pull request #3417 from nextcloud/push-notificationMorris Jobke2017-02-101-0/+7
|\
| * Make sure to use the right appdata directoryJoas Schilling2017-02-091-0/+7
* | Fix detection of the new iOS appJoas Schilling2017-02-101-1/+1
* | oc_token should be nc_tokenChristoph Wurst2017-02-021-1/+1
|/
* Merge pull request #2044 from nextcloud/login-credential-storeMorris Jobke2017-01-301-0/+4
|\
| * add login credential storeChristoph Wurst2017-01-111-0/+4
* | handle optional annotation parametersBjoern Schiessle2017-01-182-3/+20
* | Fix the regex for annotations with valuesJoas Schilling2017-01-181-1/+1
* | introduce brute force protection for api callsBjoern Schiessle2017-01-182-8/+27
|/
* Remove IDb interface which was deprecated for 3 years alreadyJoas Schilling2016-12-142-318/+0
* Allow to overwrite the message which we already do in SubadminMiddlewareJoas Schilling2016-12-081-2/+2
* Merge pull request #2066 from nextcloud/fix-redirect-double-encodingMorris Jobke2016-11-291-1/+1
|\
| * do not double encode the redirect urlChristoph Wurst2016-11-091-1/+1
* | Add an event merger and use it for the files activitiesJoas Schilling2016-11-251-0/+3
* | Harden cookies more appropriateLukas Reschke2016-11-231-2/+31
* | Merge pull request #1447 from nextcloud/password-confirmation-for-some-actionsMorris Jobke2016-11-183-0/+52
|\ \
| * | Add the 15 seconds to the window, instead of removingJoas Schilling2016-11-181-1/+1
| * | Introduce PasswordConfirmRequired annotationJoas Schilling2016-11-183-0/+52
* | | allow passing a stream to StreamResponseRobin Appelman2016-11-161-2/+7
|/ /
* / @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-151-1/+1
|/
* bring back remember-meChristoph Wurst2016-11-021-0/+1
* Cleanup usagesRoeland Jago Douma2016-10-291-13/+0
* Move away from OC_L10NRoeland Jago Douma2016-10-281-0/+3
* Merge pull request #1800 from nextcloud/nextcloud-rich-object-stringsMorris Jobke2016-10-271-0/+6
|\
| * Add Rich Object Definitions and a validatorJoas Schilling2016-10-201-0/+6
* | Identify Chromium as ChromeJoas Schilling2016-10-261-1/+1
* | Move browserSupportsCspV3 to CSPNonceManagerRoeland Jago Douma2016-10-252-20/+10
* | Add support for CSP noncesLukas Reschke2016-10-242-2/+30
* | Added method to DB and fix testRoeland Jago Douma2016-10-241-0/+11
|/
* Merge pull request #1449 from nextcloud/comments-user-mentionMorris Jobke2016-10-171-0/+4
|\
| * Notificacations for simple @-mentioning in commentsArthur Schiwon2016-10-071-0/+4
* | [9.2] Register commands in info.xml (#26248)Thomas Müller2016-10-111-1/+4
* | Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968)Thomas Müller2016-10-071-17/+4
|/
* Merge pull request #1629 from nextcloud/cleanup-settings-applicationJoas Schilling2016-10-061-0/+3
|\
| * When we can not create the class, try if the variable is a registered serviceJoas Schilling2016-10-051-0/+3
* | Add for proper DIRoeland Jago Douma2016-10-051-0/+5
|/
* Merge pull request #1426 from nextcloud/sanitze_optLukas Reschke2016-09-261-1/+4
|\
| * Optimize sanitizeNameRoeland Jago Douma2016-09-161-1/+4
* | Use default value instead of throwing when the service could not be foundJoas Schilling2016-09-201-1/+10
* | Add trict CSP to OCS responsesRoeland Jago Douma2016-09-152-1/+7
|/
* Cache the build ControllerNameRoeland Jago Douma2016-09-111-1/+15
* Set proper content type on OCS responsesRoeland Jago Douma2016-09-071-0/+10
* Split OCS version handlingRoeland Jago Douma2016-09-064-38/+286
* Cache parsing of info.xmlRoeland Jago Douma2016-09-021-2/+11