Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-09Remove recommendation for opcache on CLIMorris Jobke
2019-04-25Fix setupcheck for intl moduleDaniel Kesselberg
2019-03-21Remove unused member "util"Joas Schilling
2019-03-21Merge pull request #14606 from nextcloud/bugfix/stricter-check-trusted-proxyMorris Jobke
2019-03-20Trigger warning if empty array or false and X-Forwarded-Host is presentDaniel Kesselberg
2019-03-20Merge pull request #14578 from nextcloud/enh/force_enable_appsRoeland Jago Douma
2019-03-20Revert "Where is your data?"Roeland Jago Douma
2019-03-20allow enforcing apps to ignore the max versionRoeland Jago Douma
2019-03-20Make check for empty trusted proxies more strictDaniel Kesselberg
2019-03-08Show a setup warning in case S3 object storage is used as primary storageMorris Jobke
2019-03-01Load auth tokens with the initial state APIChristoph Wurst
2019-02-28Add setup check for missing UTF8MB4 on mysqlMorris Jobke
2019-02-18Warning if x-forwarded-host present but trusted_proxies emptyDaniel Kesselberg
2019-02-13Show more information on update app passwordDaniel Kesselberg
2019-02-11Merge pull request #13097 from nextcloud/feature/11319/where-is-your-dataMorris Jobke
2019-02-10Code style and comment fixesMichael Weimann
2019-02-02Add interface INamedTokenDaniel Kesselberg
2019-02-02Add canRename & name to testsDaniel Kesselberg
2019-02-01Make app password description editableDaniel Kesselberg
2019-01-30Don't cast tokenId to stringDaniel Kesselberg
2019-01-30Add token name for delete activityDaniel Kesselberg
2019-01-30Publish event for app token create/update/deleteDaniel Kesselberg
2019-01-14Move server info to theming sectionMichael Weimann
2019-01-14Implement storing and loading the server infoMichael Weimann
2019-01-10Bundle the 'marked' libraryChristoph Wurst
2019-01-07Use the real logger in the settingsRoeland Jago Douma
2019-01-04Merge pull request #13172 from nextcloud/fix-can-change-password-checkRoeland Jago Douma
2019-01-02Remove check for outdated cachesDaniel Kesselberg
2018-12-20fix can change password check in case of encryption is enabledBjoern Schiessle
2018-12-05Add setup check for pending bigint conversionMorris Jobke
2018-12-05Merge pull request #12821 from nextcloud/feature/12767/add-setup-check-for-ph...Morris Jobke
2018-12-05Update casing of PHP inside method nameMorris Jobke
2018-12-05Add setup check for recommended PHP modules (i.e. Imagick, intl)Morris Jobke
2018-12-04PHP 7.0 is end of lifeMorris Jobke
2018-11-29Add sendmailmode to guiDaniel Kesselberg
2018-11-22Make connectivity check domains configurableSylvia van Os
2018-11-19Use the proper default valuesMorris Jobke
2018-11-11Fix the warning appearing check setup when mail_smtpmode is not configured.Marc Peña Segarra
2018-11-06Show disabled even if empty if ldap enabledJohn Molakvoæ (skjnldsv)
2018-10-26Update logic for forwardedForHeadersWorkingDaniel Kesselberg
2018-10-15Make it possible to enforce mandatory 2FA for groupsChristoph Wurst
2018-10-10Add admin interface to enforce 2FAChristoph Wurst
2018-10-09Use numeric placeholders if there are multiple, so that RTL languages can ope...Joas Schilling
2018-09-13Merge pull request #11091 from nextcloud/bugfix/11088/cannot-read-passwdblizzz
2018-09-13Merge pull request #10840 from webfoersterei/refactor/5530-urandom-checkJoas Schilling
2018-09-12Add int-typehintDaniel Kesselberg
2018-09-06Remove posix_getpwuid and compare only useridDaniel Kesselberg
2018-08-30Fix path when app has wrong permissionDaniel Kesselberg
2018-08-25Allow any Random generator that implements ISecureRandom for setupCheckTimo Förster
2018-08-25Change check if secure randomness is possible.Timo Förster