summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Add more testsRoeland Jago Douma2018-06-183-3/+14
| | | | | | | | * Add a lot of tests * Fixes related to those tests * Fix tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Generate the new publicKey tokens by default!Roeland Jago Douma2018-06-181-2/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Actually convert the tokenRoeland Jago Douma2018-06-183-40/+94
| | | | | | | | | | * When getting the token * When rotating the token * Also store the encrypted password as base64 to avoid weird binary stuff Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add publickey provider to managerRoeland Jago Douma2018-06-181-47/+52
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* SetPassword on PublicKeyTokensRoeland Jago Douma2018-06-181-2/+12
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Just pass uid to the Token stuffRoeland Jago Douma2018-06-186-52/+26
| | | | | | We don't have user objects in the code everywhere Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add first testsRoeland Jago Douma2018-06-181-1/+10
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Initial PKT implementationRoeland Jago Douma2018-06-186-11/+672
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Abstract the Provider via a managerRoeland Jago Douma2018-06-182-9/+211
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #9884 from nextcloud/groups-search-use-proper-keysJulius Härtl2018-06-181-2/+2
|\ | | | | Add search to users details groups
| * Keep userids as keys on group searchJohn Molakvoæ (skjnldsv)2018-06-151-2/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #9823 from ↵blizzz2018-06-184-4/+38
|\ \ | |/ |/| | | | | nextcloud/bufgix/noid/update_token_on_session_id_regenerate Update the token on session regeneration
| * Allow updating the token on session regenerationRoeland Jago Douma2018-06-144-4/+38
| | | | | | | | | | | | | | Sometimes when we force a session regeneration we want to update the current token for this session. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9258 from nextcloud/theming-logo-pngMorris Jobke2018-06-151-1/+1
|\ \ | | | | | | Convert theming app logo to PNG to show it properly in emails
| * | Add info message if an exception occurs during the svg to png conversionJulius Härtl2018-06-141-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Generate PNG version of the theming app logo for mailsJulius Härtl2018-06-051-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #9197 from nextcloud/fix-avatar-centerMorris Jobke2018-06-151-34/+132
|\ \ \ | | | | | | | | Fix avatar generator centering
| * | | Removed old route, fix tests and fix var typeJohn Molakvoæ (skjnldsv)2018-06-131-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Avatar imagick bumpJohn Molakvoæ (skjnldsv)2018-06-131-15/+38
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Embedded fontJohn Molakvoæ (skjnldsv)2018-06-131-2/+11
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Unify colour algorithm outputJohn Molakvoæ (skjnldsv)2018-06-131-5/+11
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Controller tests fixesJohn Molakvoæ (skjnldsv)2018-06-131-2/+3
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Use base image sizeJohn Molakvoæ (skjnldsv)2018-06-131-15/+13
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Return Svg avatarsJohn Molakvoæ (skjnldsv)2018-06-131-25/+60
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Fix avatar generator centeringJohn Molakvoæ (skjnldsv)2018-06-131-5/+31
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #9875 from wiyh12nf89x/Issue#9864_WebDAV_timeout_fix_maxDelayMorris Jobke2018-06-151-1/+1
|\ \ \ \ | | | | | | | | | | Fix #9864: Decrease $maxDelay in Throttler.php
| * | | | Fix #9864: Decrease $maxDelay in Throttler.phpMark Berezovsky2018-06-151-1/+1
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Mark Berezovsky <xpnf@yandex.ru>
* / | | Fix HTTP client given options being overriden by default optionsDaniel Calviño Sánchez2018-06-141-6/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | According to the array_merge documentation, "If the input arrays have the same string keys, then the later value for that key will overwrite the previous one." Thus, the default options must be the first parameter passed to array_merge. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Merge pull request #9855 from ↵Roeland Jago Douma2018-06-132-0/+50
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/feature/noid/cleanup-old-updater-backup-dirs Background job to clean up old backups of the updater
| * | | Background job to clean up old backups of the updaterMorris Jobke2018-06-132-0/+50
| |/ / | | | | | | | | | | | | | | | | | | * a one-time job gets scheduled after each update via a repair job * the job remove all directories inside data/updater-INSTANCEID/backups except the 3 most recent ones (determined by mtime of the folder) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / / Merge all setup checks into one controllerMorris Jobke2018-06-132-90/+2
|/ / | | | | | | | | | | * renamed hasMissingIndexes to missingIndexes Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #9836 from ↵Morris Jobke2018-06-132-78/+0
|\ \ | | | | | | | | | | | | nextcloud/feature/noid/merge-tips-and-tricks-into-setup-checks Merge tips & tricks section into setup checks
| * | Merge tips & tricks section into setup checksMorris Jobke2018-06-132-78/+0
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Fix wrong hint about missing indexesMorris Jobke2018-06-131-3/+3
|/ / | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Fix listing s3 objects when using google cloud aws compatibilityRobin Appelman2018-06-111-0/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #9802 from nextcloud/bugfix/noid/token_check_expire_betterMorris Jobke2018-06-091-1/+1
|\ \ | | | | | | Make the token expiration also work for autocasting 0
| * | Make the token expiration also work for autocasting 0Roeland Jago Douma2018-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | Some bad databases don't respect the default null apprently. Now even if they cast it to 0 it should work just fine. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | New regex to match mentionsMario Danic2018-06-081-1/+1
| | | | | | | | | | | | Signed-off-by: Mario Danic <mario@lovelyhq.com>
* | | Remove unsupported modifierMario Danic2018-06-081-1/+1
| | | | | | | | | | | | Signed-off-by: Mario Danic <mario@lovelyhq.com>
* | | Fix mentions regexMario Danic2018-06-081-1/+1
|/ / | | | | | | Signed-off-by: Mario Danic <mario@lovelyhq.com>
* | Make sure initial files can be properly createdRoeland Jago Douma2018-06-071-1/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9565 from nextcloud/feature/noid/app-settingsMorris Jobke2018-06-062-0/+3
|\ \ | | | | | | Migrate apps management to Vue.js
| * | Keep AppConfig for nowJulius Härtl2018-06-061-0/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Remove unused importJulius Härtl2018-06-061-1/+0
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Remove unneeded classJulius Härtl2018-06-061-41/+0
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Properly clear cacheJulius Härtl2018-06-061-0/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Implement update functionalityJulius Härtl2018-06-062-0/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Move logic to app management mixinJulius Härtl2018-06-061-2/+5
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Add AppStore ManagerJulius Härtl2018-06-061-0/+38
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add a hint that some indexes are not added yetMorris Jobke2018-06-061-0/+39
| | | | | | | | | | | | | | | | | | * gives the admin a chance to discover the missing indexes and improve the performance of the instance without digging through the manual * nicely integrated in the setup checks where this kind of hints belong to * also adds an option to integrate this from an app based on events * fix style of setting warnings Signed-off-by: Morris Jobke <hey@morrisjobke.de>