Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-09 | 14 | -2/+166 |
* | Merge pull request #1661 from nextcloud/fix_1659 | Lukas Reschke | 2016-10-08 | 1 | -3/+3 |
|\ | |||||
| * | use older php array syntax in index.php | Georg Ehrke | 2016-10-07 | 1 | -3/+3 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-08 | 80 | -70/+680 |
|/ | |||||
* | Merge pull request #1648 from nextcloud/bump_moment_js | Roeland Jago Douma | 2016-10-07 | 2 | -8/+9 |
|\ | |||||
| * | Bump moment.js | Roeland Jago Douma | 2016-10-07 | 2 | -8/+9 |
* | | Merge pull request #1651 from nextcloud/fix_bower_strengthify | Lukas Reschke | 2016-10-07 | 3 | -4/+6 |
|\ \ | |||||
| * | | Fix bower.json for strengthify | Roeland Jago Douma | 2016-10-07 | 3 | -4/+6 |
| |/ | |||||
* | | Merge pull request #1644 from nextcloud/apple-web-title | Morris Jobke | 2016-10-07 | 1 | -1/+1 |
|\ \ | |||||
| * | | Use name from theming | Joas Schilling | 2016-10-07 | 1 | -1/+1 |
| * | | Set proper web title for apple | Roeland Jago Douma | 2016-10-06 | 1 | -1/+1 |
* | | | Merge pull request #1643 from nextcloud/ldap_more_caching | Morris Jobke | 2016-10-07 | 4 | -29/+180 |
|\ \ \ | |_|/ |/| | | |||||
| * | | cache loginName2UserName and cover the method with unit tests | Arthur Schiwon | 2016-10-07 | 4 | -12/+162 |
| * | | get rid of test warnings | Arthur Schiwon | 2016-10-06 | 1 | -21/+22 |
| |/ | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-07 | 102 | -118/+192 |
* | | Merge pull request #1144 from nextcloud/translate-default-calendar | Morris Jobke | 2016-10-06 | 13 | -20/+97 |
|\ \ | |||||
| * | | Add transifex config | Morris Jobke | 2016-10-06 | 2 | -0/+6 |
| * | | Fix unit tests | Joas Schilling | 2016-10-06 | 3 | -11/+24 |
| * | | Translate the Contacts addressbook when it's default | Joas Schilling | 2016-10-06 | 6 | -6/+57 |
| * | | Translate the personal calendar | Joas Schilling | 2016-10-06 | 3 | -3/+10 |
* | | | Merge pull request #1514 from nextcloud/integration-tests-orphaned-shares | Morris Jobke | 2016-10-06 | 5 | -33/+248 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Prefilter inaccessible shares in DefaultShareProvider::getSharedWith() | Vincent Petry | 2016-10-06 | 2 | -31/+196 |
| * | | Adding type parameter because behat cannot ignore it | Sergio Bertolín | 2016-10-06 | 1 | -2/+3 |
| * | | Orphaned shares test and some requirements | Sergio Bertolín | 2016-10-06 | 3 | -1/+50 |
* | | | Merge pull request #1629 from nextcloud/cleanup-settings-application | Joas Schilling | 2016-10-06 | 16 | -563/+535 |
|\ \ \ | |||||
| * | | | Use our base class everywhere | Joas Schilling | 2016-10-06 | 1 | -1/+2 |
| * | | | phpunit min version is 4.8 | Joas Schilling | 2016-10-06 | 1 | -31/+1 |
| * | | | Fix tests | Joas Schilling | 2016-10-06 | 8 | -286/+368 |
| * | | | Clean up core/Application a bit more | Joas Schilling | 2016-10-05 | 1 | -2/+0 |
| * | | | Use magic DI as much as possible | Joas Schilling | 2016-10-05 | 5 | -217/+68 |
| * | | | When we can not create the class, try if the variable is a registered service | Joas Schilling | 2016-10-05 | 1 | -0/+3 |
| * | | | Remove unneeded service definitions | Joas Schilling | 2016-10-05 | 1 | -44/+0 |
| * | | | Add a test for all the controllers and the middleware | Joas Schilling | 2016-10-05 | 1 | -0/+111 |
* | | | | Merge pull request #1453 from nextcloud/do-not-reload-if-connection-lost | Morris Jobke | 2016-10-06 | 2 | -2/+29 |
|\ \ \ \ | |||||
| * | | | | do not reload the page if the server is (temporarily) unreachable | Christoph Wurst | 2016-10-03 | 2 | -2/+29 |
* | | | | | Merge pull request #1562 from nextcloud/log-version | Morris Jobke | 2016-10-06 | 1 | -2/+4 |
|\ \ \ \ \ | |||||
| * | | | | | log version number in each log line | Morris Jobke | 2016-10-06 | 1 | -2/+4 |
* | | | | | | Merge pull request #1638 from nextcloud/allow-cross-repository-execution | Morris Jobke | 2016-10-06 | 10 | -11/+11 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Allow to call the files even when you are in another instance atm | Joas Schilling | 2016-10-06 | 10 | -11/+11 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #1616 from nextcloud/downstream_ldap_6 | Morris Jobke | 2016-10-06 | 1 | -0/+10 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | Log the error with display name | Joas Schilling | 2016-10-06 | 1 | -2/+5 |
| * | | | | | Prevent user with empty uid | Jörn Friedrich Dreyer | 2016-10-04 | 1 | -0/+7 |
* | | | | | | Merge pull request #1634 from nextcloud/fix-password-policy-hint | Joas Schilling | 2016-10-06 | 2 | -4/+49 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Properly catch password policy hint for personal page password changes | Morris Jobke | 2016-10-06 | 2 | -4/+49 |
* | | | | | | | Merge pull request #1633 from nextcloud/update-root-certificate-list | Roeland Jago Douma | 2016-10-06 | 1 | -84/+227 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Update root certificate list | Lukas Reschke | 2016-10-06 | 1 | -84/+227 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #1636 from nextcloud/downstream-26203-fix-synjob-class-name | Morris Jobke | 2016-10-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix SyncJob class name in info.xml | Joas Schilling | 2016-10-06 | 1 | -1/+1 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #1229 from nextcloud/bugfix/change-password-changes | Morris Jobke | 2016-10-06 | 4 | -6/+25 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | remove old indicators for "saving started" and "saving successful" | Morris Jobke | 2016-10-06 | 1 | -2/+0 |