| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #7334 from nextcloud/feature/noid/language-depending-skele... | blizzz | 2017-12-08 | 1 | -0/+4 |
|\ |
|
| * | Fallback to "default" and check if directory exists | Morris Jobke | 2017-12-08 | 1 | -1/+2 |
| * | Allow `{lang}` as a placeholder in the skeleton directory | Joas Schilling | 2017-11-29 | 1 | -0/+3 |
* | | Merge pull request #7351 from nextcloud/change-default-german-language | Roeland Jago Douma | 2017-12-06 | 1 | -1/+5 |
|\ \ |
|
| * | | update documentation | Bjoern Schiessle | 2017-12-01 | 1 | -1/+5 |
| |/ |
|
* | | Fix typos in config.sample.php | Morris Jobke | 2017-12-04 | 1 | -3/+2 |
* | | Allow to skip data dir permission checks by config | Arthur Schiwon | 2017-11-30 | 1 | -0/+12 |
|/ |
|
* | Fix typo in sample config | Morris Jobke | 2017-11-13 | 1 | -1/+1 |
* | configurable amount of autocomplete results in comments | Arthur Schiwon | 2017-10-27 | 1 | -19/+0 |
* | add config parameter sample | Arthur Schiwon | 2017-10-25 | 1 | -0/+18 |
* | Add side effect note | Morris Jobke | 2017-08-30 | 1 | -0/+2 |
* | Allow to sort groups by name | Joas Schilling | 2017-08-22 | 1 | -0/+5 |
* | Always log cron execution | Morris Jobke | 2017-08-17 | 1 | -7/+0 |
* | Fix config.sample.php documentation | Morris Jobke | 2017-07-19 | 1 | -5/+1 |
* | Allow to force a language and set it via the ocs api | Joas Schilling | 2017-06-21 | 1 | -0/+11 |
* | Revert "allow admin to disable groups on personal page" | Morris Jobke | 2017-06-13 | 1 | -5/+0 |
* | Merge pull request #5259 from nextcloud/disable-groups-on-personal-page | Morris Jobke | 2017-06-06 | 1 | -0/+5 |
|\ |
|
| * | allow admin to disable groups on personal page | Bjoern Schiessle | 2017-06-06 | 1 | -0/+5 |
* | | Allow to overwrite the email template again | Joas Schilling | 2017-06-06 | 1 | -0/+7 |
|/ |
|
* | add new config switched for the global scale architecture | Bjoern Schiessle | 2017-05-29 | 1 | -3/+14 |
* | Merge pull request #4809 from nextcloud/downstream-27676 | Lukas Reschke | 2017-05-12 | 1 | -0/+1 |
|\ |
|
| * | Disable reset password link. Issue: #27440 | Ujjwal Bhardwaj | 2017-05-11 | 1 | -0/+1 |
* | | Update redis cluster documentation | Morris Jobke | 2017-05-11 | 1 | -2/+10 |
* | | Merge pull request #4808 from nextcloud/downstream-27788 | Morris Jobke | 2017-05-11 | 1 | -8/+8 |
|\ \ |
|
| * | | More fixes | Joas Schilling | 2017-05-11 | 1 | -1/+1 |
| * | | Adjust sample documentation | Joas Schilling | 2017-05-11 | 1 | -7/+7 |
| |/ |
|
* / | SSL menu is now shown for files_external | Morris Jobke | 2017-05-10 | 1 | -5/+0 |
|/ |
|
* | Merge pull request #4514 from nextcloud/automatic-mysql-4byte-detection | Lukas Reschke | 2017-05-08 | 1 | -8/+13 |
|\ |
|
| * | Fix docs | Joas Schilling | 2017-05-08 | 1 | -1/+1 |
| * | config.sample.php doc update for MySQL 4-Byte unicode | Martin | 2017-04-28 | 1 | -5/+8 |
| * | MySQL 4 byte is now detected during setup in any case. | Thomas Müller | 2017-04-28 | 1 | -2/+6 |
| * | Fix mysql settings | Thomas Müller | 2017-04-28 | 1 | -5/+3 |
* | | Improve documentation | Morris Jobke | 2017-05-02 | 1 | -1/+2 |
* | | allow admin to configure lookup server | Bjoern Schiessle | 2017-04-28 | 1 | -0/+5 |
|/ |
|
* | Add Redis Cluster support | Robin McCorkell | 2017-03-25 | 1 | -3/+27 |
* | Clean up single user mode | Morris Jobke | 2017-02-22 | 1 | -8/+0 |
* | Merge pull request #3567 from nextcloud/autocomplete-settings | Björn Schießle | 2017-02-22 | 1 | -19/+30 |
|\ |
|
| * | allow to configure a min-length of search strings for auto-compeltion and a m... | Bjoern Schiessle | 2017-02-21 | 1 | -19/+30 |
* | | Only request "IndexIgnore" if mod_autoindex is loaded | Robert Scheck | 2017-02-20 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #3472 from nextcloud/enable-avatars-always | Morris Jobke | 2017-02-14 | 1 | -9/+0 |
|\ |
|
| * | Always enable avatars | Morris Jobke | 2017-02-13 | 1 | -9/+0 |
* | | Add comment about log.condition | Morris Jobke | 2017-02-13 | 1 | -0/+1 |
* | | Add option to enable locking debug logging | Robin Appelman | 2017-02-13 | 1 | -0/+10 |
|/ |
|
* | Fix config.sample.php | Morris Jobke | 2017-01-30 | 1 | -3/+2 |
* | Merge pull request #3178 from nextcloud/default-value-logdateformat | Joas Schilling | 2017-01-27 | 1 | -1/+3 |
|\ |
|
| * | add comment about ISO 8601 and PHP 🙈 | Morris Jobke | 2017-01-23 | 1 | -1/+3 |
| * | fix default value for logdateformat - fixes #3107 | Morris Jobke | 2017-01-19 | 1 | -1/+1 |
* | | Fix default of mail_smtpmode - fixes #3102 | Morris Jobke | 2017-01-19 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #3133 from nextcloud/j-ed-master | Morris Jobke | 2017-01-18 | 1 | -32/+192 |
|\ |
|
| * | added parameter default values | j-ed | 2017-01-17 | 1 | -32/+192 |