Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-09 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-08 | 6 | -2/+10 |
| | |||||
* | Merge pull request #4727 from stffabi/IncreaseDeviceEntropy | Lukas Reschke | 2017-05-08 | 1 | -0/+7 |
|\ | | | | | Increase device password entropy. | ||||
| * | Increase device password entropy. Use lower- and upper-case characters and ↵ | Fabrizio Steiner | 2017-05-08 | 1 | -0/+7 |
| | | | | | | | | | | | | digits, but exclude ambiguous characters. The number of digits has also been increased to 25. Signed-off-by: Fabrizio Steiner <fabrizio.steiner@gmail.com> | ||||
* | | Add function to request SVG or regular fallback image | Lukas Reschke | 2017-05-08 | 3 | -10/+14 |
| | | | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/4647 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Merge pull request #4514 from nextcloud/automatic-mysql-4byte-detection | Lukas Reschke | 2017-05-08 | 4 | -0/+59 |
|\ \ | | | | | | | Automatic mysql 4byte detection | ||||
| * | | Fix autoloading | Joas Schilling | 2017-04-28 | 2 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | MySQL 4 byte is now detected during setup in any case. | Thomas Müller | 2017-04-28 | 1 | -6/+4 |
| | | | | | | | | | | | | config.sample.php was updated to explicitly state that there detection in place to set mysql.utf8mb4 | ||||
| * | | Add console command to migrate the charset | Thomas Müller | 2017-04-28 | 2 | -23/+56 |
| | | | |||||
| * | | During setup of a mysql database we try to detect if charset 'utf8mb4' can ↵ | Thomas Müller | 2017-04-28 | 1 | -0/+26 |
| | | | | | | | | | | | | be used | ||||
* | | | Merge pull request #4719 from nextcloud/error-page-theming | Lukas Reschke | 2017-05-08 | 1 | -0/+5 |
|\ \ \ | | | | | | | | | ensure theming app is loaded when showing an error page | ||||
| * | | | ensure theming app is loaded when showing an error page | Robin Appelman | 2017-05-06 | 1 | -0/+5 |
| | |/ | |/| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-08 | 2 | -32/+32 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-07 | 2 | -0/+4 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-06 | 2 | -0/+10 |
| | | |||||
* | | handle permissions errors when copying the skeleton for a read only user | Robin Appelman | 2017-05-05 | 1 | -2/+7 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-05 | 2 | -0/+8 |
| | | |||||
* | | Compatibility with Redis and RedisCluster | Morris Jobke | 2017-05-04 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | IGroup::getDisplayName is available version 12, not 11 (9.2) | Julius Härtl | 2017-05-04 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Revert "fix permissions of mountpoints" | Morris Jobke | 2017-05-04 | 1 | -6/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-04 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-03 | 6 | -0/+6 |
| | | |||||
* | | Merge pull request #4623 from nextcloud/fileinfo-mount-permissions | Morris Jobke | 2017-05-02 | 1 | -2/+6 |
|\ \ | | | | | | | fix permissions of mountpoints | ||||
| * | | fix permissions of mountpoints | Robin Appelman | 2017-05-01 | 1 | -2/+6 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #4620 from nextcloud/preview-error-handling | Roeland Jago Douma | 2017-05-02 | 4 | -6/+15 |
|\ \ \ | | | | | | | | | better handling of preview generation errors | ||||
| * | | | Add PHPDoc | Morris Jobke | 2017-05-02 | 3 | -2/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | | better handling of preview generation errors | Robin Appelman | 2017-05-02 | 2 | -4/+9 |
| |/ / | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #4659 from nextcloud/fix/ignore-empty-email-contacts-menu | Lukas Reschke | 2017-05-02 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | Do not show an email action for contacts with emtpy email addresses | ||||
| * | | | Do not show an email action for contacts with emtpy email addresses | Christoph Wurst | 2017-05-02 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | Merge pull request #4651 from nextcloud/fix_appfetcher_update | Morris Jobke | 2017-05-02 | 4 | -15/+50 |
|\ \ \ \ | |/ / / |/| | | | Make sure the AppFetcher fetches the new applist from the appstore | ||||
| * | | | Make sure the AppFetcher fetches the new applist from the appstore | Roeland Jago Douma | 2017-05-02 | 4 | -15/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When in the upgrade process the version in the config is still the old version. (Since we only upgrade it after the upgrade is complete). However the app list fetched from the appstore must be the new list. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | Merge pull request #4649 from nextcloud/update-links-to-12 | Lukas Reschke | 2017-05-02 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Update documentation go.php URL to 12 | ||||
| * | | | Update documentation go.php URL to 12 | Lukas Reschke | 2017-05-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/4646 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | | Do not do ETag caching when the version is updated | Roeland Jago Douma | 2017-05-02 | 1 | -12/+12 |
|/ / / | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-02 | 4 | -0/+452 |
| | | | |||||
* | | | Mark IP as whitelisted if brute force protection is disabled | Lukas Reschke | 2017-05-01 | 1 | -0/+4 |
|/ / | | | | | | | | | | | | | | | Currently, when disabling the brute force protection no new brute force attempts are logged. However, the ones logged within the last 24 hours will still be used for throttling. This is quite an unexpected behaviour and caused some support issues. With this change when the brute force protection is disabled also the existing attempts within the last 24 hours will be disregarded. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-01 | 16 | -0/+56 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-30 | 50 | -50/+56 |
| | | |||||
* | | Rename “Server settings” to “Basic settings” | Marius Blüm | 2017-04-29 | 1 | -1/+1 |
| | | | | | | | | | | | | * fixes #4587 Signed-off-by: Marius Blüm <marius@lineone.io> | ||||
* | | Merge pull request #4583 from nextcloud/theming-fixes-admin | Jan-Christoph Borchardt | 2017-04-29 | 1 | -1/+0 |
|\ \ | | | | | | | Theming admin section fixes | ||||
| * | | Make sure that ThemingDefaults uses the correct default values from \OC_Defaults | Julius Härtl | 2017-04-29 | 1 | -1/+0 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | UserManager can now count disabled users | Arthur Schiwon | 2017-04-29 | 2 | -0/+30 |
|/ / | | | | | | | | | | | Users page takes advantage of that Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Updated autoloader | Roeland Jago Douma | 2017-04-28 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | fix email verification status | Bjoern Schiessle | 2017-04-28 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | add missing translation and other small fixes | Bjoern Schiessle | 2017-04-28 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | make use of verification buttons | Bjoern Schiessle | 2017-04-28 | 1 | -3/+9 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | make sure that every data set has a 'verified' status | Bjoern Schiessle | 2017-04-28 | 1 | -9/+30 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | ask lookup server if email address was verified by the user | Bjoern Schiessle | 2017-04-28 | 2 | -3/+35 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | make sure that we don't lose previous verification status | Bjoern Schiessle | 2017-04-28 | 1 | -0/+15 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | store verification status in accounts table and update lookup server | Bjoern Schiessle | 2017-04-28 | 1 | -0/+46 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> |