aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add the icon for the default sectionsJoas Schilling2017-01-193-11/+32
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Allow apps to specify an icon with the sections via the APIJoas Schilling2017-01-192-0/+39
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* add action to existing brute force protectionBjoern Schiessle2017-01-181-3/+3
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* handle optional annotation parametersBjoern Schiessle2017-01-182-3/+20
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Fix the regex for annotations with valuesJoas Schilling2017-01-181-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* introduce brute force protection for api callsBjoern Schiessle2017-01-183-11/+37
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Merge pull request #3116 from nextcloud/spreed-turnserver-secret-is-sensitiveLukas Reschke2017-01-171-0/+4
|\ | | | | Make sure the spreed TURN server secret stays a secret
| * Make sure the spreed TURN server secret stays a secretJoas Schilling2017-01-171-0/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #3075 from nils/debug-no-versionhashJoas Schilling2017-01-171-3/+12
|\ \ | | | | | | Do not add version hash in debug mode
| * | [Enhancement] Do not add version hash in debug modeNils2017-01-151-3/+12
| | | | | | | | | | | | Signed-off-by: Nils <git@to.nilsschnabel.de>
* | | Merge pull request #3106 from nextcloud/spreed-calls-are-objectsJoas Schilling2017-01-171-0/+25
|\ \ \ | |_|/ |/| | Define spreed calls
| * | Add call-type in case the information shall be used for styling or something ↵Joas Schilling2017-01-171-0/+6
| | | | | | | | | | | | | | | | | | else in the future Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Define spreed callsJoas Schilling2017-01-161-0/+19
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #1594 from nextcloud/markdown-support-for-app-descriptionsJoas Schilling2017-01-171-31/+9
|\ \ \ | | | | | | | | Markdown support for app descriptions
| * | | Fix testsJoas Schilling2017-01-131-8/+8
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Remove the magic parsing of the descriptionJoas Schilling2017-01-131-24/+2
| | |/ | |/| | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #3023 from ↵Christoph Wurst2017-01-174-10/+57
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/issue-2915-filter-out-sensitive-appconfigs Filter out sensitive appconfig values
| * | | Fix testsJoas Schilling2017-01-121-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Filter out sensitive appconfig valuesJoas Schilling2017-01-113-9/+57
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2017-01-172-0/+10
| |_|/ |/| |
* | | [tx-robot] updated from transifexNextcloud bot2017-01-164-12/+12
| |/ |/|
* | Merge pull request #3051 from ↵Joas Schilling2017-01-131-0/+12
|\ \ | | | | | | | | | | | | nextcloud/issue-2831-change-row-format-before-collation Change the row-format before changing the collation
| * | Change the row-format before changing the collationJoas Schilling2017-01-121-0/+12
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #2918 from nextcloud/encryption-recovery-improvementsMorris Jobke2017-01-132-0/+45
|\ \ \ | |/ / |/| | create new encryption keys on password reset and backup the old one
| * | create new encryption keys on password reset and backup the old oneBjoern Schiessle2017-01-102-0/+45
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | [tx-robot] updated from transifexNextcloud bot2017-01-114-6/+14
| | |
* | | Merge pull request #2849 from nextcloud/downstream-add-two-factor-exceptionRoeland Jago Douma2017-01-113-0/+40
|\ \ \ | | | | | | | | Downstream add two factor exception
| * | | Update autoloaderRoeland Jago Douma2017-01-112-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | fix coding style and increase code coverageChristoph Wurst2017-01-111-12/+13
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | Update TwoFactorException.phpCornelius Kölbel2017-01-111-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Add a TwoFactorExceptionCornelius Kölbel2017-01-111-0/+37
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | A Two Factor third party App may throw a TwoFactorException() with a more detailed error message in case the authentication fails. The 2FA Controller will then display the message of this Exception to the user. Working on #26593 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #3007 from Loki3000/masterRoeland Jago Douma2017-01-113-4/+19
|\ \ \ | |/ / |/| | Remove non required db requests
| * | remove non required sql requestsLoki30002017-01-101-3/+8
| | | | | | | | | | | | | | | ``` SELECT `appid`, `configkey`, `configvalue` FROM `preferences` WHERE `userid` = ''; ```
| * | spaces addedLoki30002017-01-101-1/+1
| | |
| * | spaces addedLoki30002017-01-101-1/+1
| | |
| * | allowed '0' uidLoki30002017-01-101-1/+1
| | |
| * | allowed '0' uidLoki30002017-01-101-2/+2
| | |
| * | fix spacesLoki30002017-01-101-1/+1
| | |
| * | fix bracketsLoki30002017-01-101-2/+4
| | |
| * | remove non required db requestsLoki30002017-01-101-1/+6
| | |
| * | remove non required db requestsLoki30002017-01-101-1/+4
| | |
* | | Merge pull request #2744 from nextcloud/oc_26324Roeland Jago Douma2017-01-111-52/+53
|\ \ \ | | | | | | | | [downstream] Fix DAV stat cache to properly cache 404
| * | | Fix DAV stat cache to properly cache 404Vincent Petry2017-01-051-52/+53
| | | | | | | | | | | | | | | | | | | | | | | | 404 errors were not properly cached due to catching the wrong exception. Now catching ClientHttpException and checking the error code. In case of 404, adjust the stat cache accordingly.
* | | | Merge pull request #2745 from nextcloud/oc_26590Roeland Jago Douma2017-01-111-5/+16
|\ \ \ \ | | | | | | | | | | [downstream] Skip local shares in bkg scan and occ files:scan (#26590)
| * | | | Only check for local shared storagesRoeland Jago Douma2017-01-101-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Skip local shares in bkg scan and occ files:scan (#26590)Vincent Petry2017-01-101-5/+15
| | |_|/ | |/| | | | | | | | | | | | | | Local shares should only be scanned when doing it for the owner to avoid repeatedly rescanning the same shared storage over and over again for every recipient.
* | | | Merge pull request #2951 from nextcloud/handle-nextcloud-log-type-gracefullyRoeland Jago Douma2017-01-112-8/+25
|\ \ \ \ | |/ / / |/| | | Handle log_type "nextcloud" more gracefully
| * | | Better fallback for unknown log typesJoas Schilling2017-01-101-9/+10
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Add testsJoas Schilling2017-01-091-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Handle log_type "nextcloud" more gracefullyJoas Schilling2017-01-052-8/+24
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>