Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make it possible to enforce mandatory 2FA for groups | Christoph Wurst | 2018-10-15 | 1 | -11/+8 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Add admin interface to enforce 2FA | Christoph Wurst | 2018-10-10 | 1 | -0/+63 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Use numeric placeholders if there are multiple, so that RTL languages can ↵ | Joas Schilling | 2018-10-09 | 1 | -2/+2 | |
| | | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Merge pull request #11091 from nextcloud/bugfix/11088/cannot-read-passwd | blizzz | 2018-09-13 | 1 | -4/+4 | |
|\ | | | | | Remove posix_getpwuid and compare only userid | |||||
| * | Add int-typehint | Daniel Kesselberg | 2018-09-12 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
| * | Remove posix_getpwuid and compare only userid | Daniel Kesselberg | 2018-09-06 | 1 | -4/+4 | |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | | Merge pull request #10840 from webfoersterei/refactor/5530-urandom-check | Joas Schilling | 2018-09-13 | 1 | -12/+14 | |
|\ \ | |/ |/| | Refactor secure randomness check | |||||
| * | Allow any Random generator that implements ISecureRandom for setupCheck | Timo Förster | 2018-08-24 | 1 | -3/+3 | |
| | | | | | | | | Signed-off-by: Timo Förster <tfoerster@webfoersterei.de> | |||||
| * | Change check if secure randomness is possible. | Timo Förster | 2018-08-24 | 1 | -12/+14 | |
| | | | | | | | | Signed-off-by: Timo Förster <tfoerster@webfoersterei.de> | |||||
* | | Fix path when app has wrong permission | Daniel Kesselberg | 2018-08-30 | 1 | -6/+5 | |
|/ | | | | | | Replace slow array function used in loop: https://github.com/kalessil/phpinspectionsea/blob/master/docs/performance.md#slow-array-function-used-in-loop Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | |||||
* | Adds license to files. Updates the branch. | Michael Weimann | 2018-08-20 | 1 | -0/+51 | |
|\ | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | |||||
| * | Merge pull request #10628 from ↵ | Morris Jobke | 2018-08-20 | 1 | -1/+52 | |
| |\ | | | | | | | | | | | | | nextcloud/feature/10154/app-directory-permission-check Adds a permission check for app directories | |||||
| | * | Excludes not writable app roots from the directory permission check | Michael Weimann | 2018-08-09 | 1 | -10/+30 | |
| | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | |||||
| | * | Adds a setup check for app directory permissions. | Michael Weimann | 2018-08-09 | 1 | -1/+32 | |
| | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | |||||
* | | | Adds a memory limit warning for console commands if the limit is below the ↵ | Michael Weimann | 2018-08-20 | 1 | -11/+1 | |
| | | | | | | | | | | | | | | | | | | recommended value Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | |||||
* | | | Adds a setup check for the memory limit | Michael Weimann | 2018-08-20 | 1 | -2/+18 | |
|/ / | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | |||||
* / | do not trigger counting on LDAP | Arthur Schiwon | 2018-08-10 | 1 | -6/+11 | |
|/ | | | | | | it's probably too many, degregading performance Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | Merge pull request #10506 from nextcloud/fix/10504/not_all_apps_are_appstore | Roeland Jago Douma | 2018-08-02 | 1 | -3/+5 | |
|\ | | | | | Not all apps are from the appstore | |||||
| * | Not all apps are from the appstore | Roeland Jago Douma | 2018-08-02 | 1 | -3/+5 | |
| | | | | | | | | | | | | Fixes #10504 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | | Also allow to update apps which are currently not enabled | Joas Schilling | 2018-08-02 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Keep the data of the local app (especially the version) | Joas Schilling | 2018-08-02 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Fix detection if opcache extension is loaded | Morris Jobke | 2018-07-11 | 1 | -1/+1 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Fix tests | Morris Jobke | 2018-07-11 | 1 | -1/+5 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | opcache module check | Cthulhux | 2018-07-11 | 1 | -9/+8 | |
| | | | | | | Improved the speed of isOpcacheProperlySetup() (instant return instead of continuing when we're already failed), added a check for the opcache extension itself. Potentially fixes #9410 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Add warning to setup checks if the default mailer is still php | Roeland Jago Douma | 2018-07-04 | 1 | -0/+6 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | If cronErros is empty json_decode will return NULL | Roeland Jago Douma | 2018-06-19 | 1 | -1/+11 | |
| | | | | | | Fixes #9867 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Just pass uid to the Token stuff | Roeland Jago Douma | 2018-06-18 | 1 | -11/+2 | |
| | | | | | | We don't have user objects in the code everywhere Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Merge all setup checks into one controller | Morris Jobke | 2018-06-13 | 1 | -2/+96 | |
| | | | | | | * renamed hasMissingIndexes to missingIndexes Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Merge pull request #9836 from ↵ | Morris Jobke | 2018-06-13 | 1 | -0/+6 | |
|\ | | | | | | | | | nextcloud/feature/noid/merge-tips-and-tricks-into-setup-checks Merge tips & tricks section into setup checks | |||||
| * | Merge tips & tricks section into setup checks | Morris Jobke | 2018-06-13 | 1 | -0/+6 | |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | | Fix wrong hint about missing indexes | Morris Jobke | 2018-06-13 | 1 | -5/+1 | |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Copyright fix, changed vue settings output name and fixes template name | John Molakvoæ (skjnldsv) | 2018-06-12 | 2 | -2/+2 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Add category field to apps that are only known from the app store | Julius Härtl | 2018-06-09 | 1 | -0/+1 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Merge pull request #9565 from nextcloud/feature/noid/app-settings | Morris Jobke | 2018-06-06 | 1 | -205/+276 | |
|\ | | | | | Migrate apps management to Vue.js | |||||
| * | Use icon instead of screenshot in the list view | Julius Härtl | 2018-06-06 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Move filtering to javascript | Julius Härtl | 2018-06-06 | 1 | -65/+44 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Properly clear cache | Julius Härtl | 2018-06-06 | 1 | -14/+7 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Cleanup controller code | Julius Härtl | 2018-06-06 | 1 | -186/+150 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Remove old js code except for app navigation rebuild | Julius Härtl | 2018-06-06 | 1 | -0/+1 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Proper rendering of bundles | Julius Härtl | 2018-06-06 | 1 | -14/+23 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Simplify backend code | Julius Härtl | 2018-06-06 | 1 | -59/+27 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Fix active indicator and add proper separation between screenshot and preview | Julius Härtl | 2018-06-06 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Properly search for other apps | Julius Härtl | 2018-06-06 | 1 | -0/+1 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Move logic to app management mixin | Julius Härtl | 2018-06-06 | 1 | -1/+9 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Add link to developer docs and fix view if appstore is disabled | Julius Härtl | 2018-06-06 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Add install/remove to the new controller methods | Julius Härtl | 2018-06-06 | 1 | -1/+15 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Load marked and return proper Template with CSP | Julius Härtl | 2018-06-06 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Fix app enabling for groups and allow requesting all apps | Julius Härtl | 2018-06-06 | 1 | -9/+12 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Remove default categories from route endpoint | Julius Härtl | 2018-06-06 | 1 | -8/+2 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
| * | Add file skeleton for app settings | Julius Härtl | 2018-06-06 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> |