summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-09-182-2/+2
|
* Merge pull request #11208 from violoncelloch/add-mastodon-iconJoas Schilling2018-09-171-0/+7
|\ | | | | add mastodon icon to settings/user
| * change "(remote-)follow" to "follow"Jonas Sulzer2018-09-141-1/+1
| | | | | | | | Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
| * add mastodon icon to settings/userJonas Sulzer2018-09-131-0/+7
| | | | | | | | | | | | fixes #6714 Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
* | [tx-robot] updated from transifexNextcloud bot2018-09-1710-52/+176
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-164-4/+76
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-154-4/+18
| |
* | [tx-robot] updated from transifexNextcloud bot2018-09-144-10/+20
|/
* Merge pull request #11091 from nextcloud/bugfix/11088/cannot-read-passwdblizzz2018-09-131-4/+4
|\ | | | | Remove posix_getpwuid and compare only userid
| * Add int-typehintDaniel Kesselberg2018-09-121-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Remove posix_getpwuid and compare only useridDaniel Kesselberg2018-09-061-4/+4
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #10840 from webfoersterei/refactor/5530-urandom-checkJoas Schilling2018-09-131-12/+14
|\ \ | | | | | | Refactor secure randomness check
| * | Allow any Random generator that implements ISecureRandom for setupCheckTimo Förster2018-08-241-3/+3
| | | | | | | | | | | | Signed-off-by: Timo Förster <tfoerster@webfoersterei.de>
| * | Change check if secure randomness is possible.Timo Förster2018-08-241-12/+14
| | | | | | | | | | | | Signed-off-by: Timo Förster <tfoerster@webfoersterei.de>
* | | [tx-robot] updated from transifexNextcloud bot2018-09-136-26/+86
| | |
* | | Fix the link and anchor for the update notificationsJoas Schilling2018-09-121-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-09-112-0/+20
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-09-104-0/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-09-092-0/+52
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-09-084-6/+10
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-09-0614-2/+64
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-09-0520-22/+2
| | |
* | | Bump js deps settingsRoeland Jago Douma2018-09-044-97/+85
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #10914 from nextcloud/quota-typoRoeland Jago Douma2018-09-043-3/+3
|\ \ \ | | | | | | | | remove space between quota and colon
| * | | Update mapRoeland Jago Douma2018-09-031-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | add missing js filesJin Lin Wright2018-08-292-2/+2
| | | |
| * | | remove space between quota and colonJin Lin Wright2018-08-281-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jin Lin Wright <jinlin.wright@gmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2018-09-042-0/+56
| |_|/ |/| |
* | | [tx-robot] updated from transifexNextcloud bot2018-09-012-0/+78
| | |
* | | Merge pull request #10939 from nextcloud/bugfix/10930/perm-checker-wrong-pathMorris Jobke2018-08-301-6/+5
|\ \ \ | | | | | | | | Fix path when app has wrong permission
| * | | Fix path when app has wrong permissionDaniel Kesselberg2018-08-301-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>
* | | [tx-robot] updated from transifexNextcloud bot2018-08-302-0/+6
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2018-08-274-8/+24
| |
* | [tx-robot] updated from transifexNextcloud bot2018-08-266-0/+150
|/
* [tx-robot] updated from transifexNextcloud bot2018-08-2410-0/+270
|
* [tx-robot] updated from transifexNextcloud bot2018-08-2350-920/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-08-2214-10/+36
|
* Merge pull request #10539 from nextcloud/feature-8642-memory-checkMorris Jobke2018-08-211-1/+7
|\ | | | | Adds a setup and cli check for the recommended memory limit
| * Adds license to files. Updates the branch.Michael Weimann2018-08-201-0/+51
| |\ | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Adds a memory limit warning for console commands if the limit is below the ↵Michael Weimann2018-08-201-11/+1
| | | | | | | | | | | | | | | | | | recommended value Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Adds a setup check for the memory limitMichael Weimann2018-08-201-2/+18
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | [tx-robot] updated from transifexNextcloud bot2018-08-21128-454/+454
| |/ |/|
* | Merge pull request #10628 from ↵Morris Jobke2018-08-201-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 checkMichael Weimann2018-08-091-10/+30
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * Adds a setup check for app directory permissions.Michael Weimann2018-08-091-1/+32
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Merge pull request #10747 from nextcloud/fix/10745/sticky-safariJulius Härtl2018-08-201-2/+2
|\ \ | | | | | | Adds a vendor prefix for position sticky
| * | Adds a vendor prefix for position stickyMichael Weimann2018-08-191-2/+2
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | Merge pull request #10687 from nextcloud/fix/noid/false-positive-change-mentionMorris Jobke2018-08-201-8/+5
|\ \ \ | | | | | | | | don't blame randome people for background email updates
| * | | don't blame email address changersArthur Schiwon2018-08-141-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | the information is being collected with admin_audit Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #10744 from nextcloud/update-help-phpMorris Jobke2018-08-201-16/+2
|\ \ \ \ | |_|/ / |/| | | Update help.php