Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-18 | 2 | -2/+2 |
| | |||||
* | Merge pull request #11208 from violoncelloch/add-mastodon-icon | Joas Schilling | 2018-09-17 | 1 | -0/+7 |
|\ | | | | | add mastodon icon to settings/user | ||||
| * | change "(remote-)follow" to "follow" | Jonas Sulzer | 2018-09-14 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Jonas Sulzer <jonas@violoncello.ch> | ||||
| * | add mastodon icon to settings/user | Jonas Sulzer | 2018-09-13 | 1 | -0/+7 |
| | | | | | | | | | | | | fixes #6714 Signed-off-by: Jonas Sulzer <jonas@violoncello.ch> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-17 | 10 | -52/+176 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-16 | 4 | -4/+76 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-15 | 4 | -4/+18 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-14 | 4 | -10/+20 |
|/ | |||||
* | 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> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-13 | 6 | -26/+86 |
| | | | |||||
* | | | Fix the link and anchor for the update notifications | Joas Schilling | 2018-09-12 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-11 | 2 | -0/+20 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-10 | 4 | -0/+4 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-09 | 2 | -0/+52 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-08 | 4 | -6/+10 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-06 | 14 | -2/+64 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-05 | 20 | -22/+2 |
| | | | |||||
* | | | Bump js deps settings | Roeland Jago Douma | 2018-09-04 | 4 | -97/+85 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #10914 from nextcloud/quota-typo | Roeland Jago Douma | 2018-09-04 | 3 | -3/+3 |
|\ \ \ | | | | | | | | | remove space between quota and colon | ||||
| * | | | Update map | Roeland Jago Douma | 2018-09-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | | add missing js files | Jin Lin Wright | 2018-08-29 | 2 | -2/+2 |
| | | | | |||||
| * | | | remove space between quota and colon | Jin Lin Wright | 2018-08-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jin Lin Wright <jinlin.wright@gmail.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-04 | 2 | -0/+56 |
| |_|/ |/| | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-09-01 | 2 | -0/+78 |
| | | | |||||
* | | | Merge pull request #10939 from nextcloud/bugfix/10930/perm-checker-wrong-path | Morris Jobke | 2018-08-30 | 1 | -6/+5 |
|\ \ \ | | | | | | | | | Fix path when app has wrong permission | ||||
| * | | | 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> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-30 | 2 | -0/+6 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-27 | 4 | -8/+24 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-26 | 6 | -0/+150 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-24 | 10 | -0/+270 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-23 | 50 | -920/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-22 | 14 | -10/+36 |
| | |||||
* | Merge pull request #10539 from nextcloud/feature-8642-memory-check | Morris Jobke | 2018-08-21 | 1 | -1/+7 |
|\ | | | | | Adds a setup and cli check for the recommended memory limit | ||||
| * | Adds license to files. Updates the branch. | Michael Weimann | 2018-08-20 | 1 | -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 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> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-21 | 128 | -454/+454 |
| |/ |/| | |||||
* | | 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> | ||||
* | | Merge pull request #10747 from nextcloud/fix/10745/sticky-safari | Julius Härtl | 2018-08-20 | 1 | -2/+2 |
|\ \ | | | | | | | Adds a vendor prefix for position sticky | ||||
| * | | Adds a vendor prefix for position sticky | Michael Weimann | 2018-08-19 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | | | Merge pull request #10687 from nextcloud/fix/noid/false-positive-change-mention | Morris Jobke | 2018-08-20 | 1 | -8/+5 |
|\ \ \ | | | | | | | | | don't blame randome people for background email updates | ||||
| * | | | don't blame email address changers | Arthur Schiwon | 2018-08-14 | 1 | -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-php | Morris Jobke | 2018-08-20 | 1 | -16/+2 |
|\ \ \ \ | |_|/ / |/| | | | Update help.php |