Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use proper ALTER ROLE syntax | Roeland Jago Douma | 2016-09-05 | 1 | -1/+1 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-05 | 46 | -22/+202 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-04 | 44 | -156/+430 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-03 | 30 | -104/+304 |
* | Merge pull request #1225 from nextcloud/allow-to-validate-password-policy | Roeland Jago Douma | 2016-09-02 | 1 | -3/+9 |
|\ | |||||
| * | Allow to validate the password_policy app | Joas Schilling | 2016-09-01 | 1 | -3/+9 |
* | | Merge pull request #1246 from nextcloud/federation_dead_code | Lukas Reschke | 2016-09-02 | 1 | -34/+0 |
|\ \ | |||||
| * | | Remove dead OCS register code | Roeland Jago Douma | 2016-09-02 | 1 | -34/+0 |
|/ / | |||||
* | | Merge pull request #1239 from nextcloud/cache_info_parsing | Morris Jobke | 2016-09-02 | 1 | -2/+11 |
|\ \ | |||||
| * | | Cache parsing of info.xml | Roeland Jago Douma | 2016-09-02 | 1 | -2/+11 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-02 | 42 | -0/+108 |
* | | Merge pull request #1221 from nextcloud/proper_204_304_response | Morris Jobke | 2016-09-01 | 2 | -6/+42 |
|\ \ | |||||
| * | | No body or content-length for 204 and 304 responses | Roeland Jago Douma | 2016-08-31 | 2 | -6/+42 |
* | | | Merge pull request #1194 from nextcloud/card-caldav-check-exists | Joas Schilling | 2016-09-01 | 6 | -16/+49 |
|\ \ \ | |||||
| * | | | more efficient check if addressbook and calendar exists for user | Robin Appelman | 2016-08-31 | 6 | -16/+49 |
* | | | | Merge pull request #1219 from coderkun/issue-1110-tabindex | Roeland Jago Douma | 2016-09-01 | 1 | -5/+5 |
|\ \ \ \ | |||||
| * | | | | Add attribute “tabindex” to login form (fixes #1110) | coderkun | 2016-08-31 | 1 | -5/+5 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #1215 from nextcloud/issue-1083-update-live-relative-times... | Roeland Jago Douma | 2016-09-01 | 5 | -4/+15 |
|\ \ \ \ | |||||
| * | | | | Use live timestamp on comments tab | Joas Schilling | 2016-09-01 | 1 | -1/+2 |
| * | | | | Use live timestamps in the versions tab of the sidebar | Joas Schilling | 2016-09-01 | 1 | -1/+2 |
| * | | | | Use live timestamp in the sidebar details | Joas Schilling | 2016-09-01 | 1 | -1/+2 |
| * | | | | Update live timestamps to give a more live feeling | Joas Schilling | 2016-09-01 | 2 | -1/+9 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #1224 from nextcloud/do-not-allow-linebreak-in-paths | Roeland Jago Douma | 2016-09-01 | 3 | -2/+11 |
|\ \ \ \ | |||||
| * | | | | Also prevent null byte character | Joas Schilling | 2016-09-01 | 2 | -1/+3 |
| * | | | | Add PhantomJS to gitignore | Joas Schilling | 2016-09-01 | 1 | -0/+1 |
| * | | | | Filter out %0A from paths | Joas Schilling | 2016-09-01 | 2 | -2/+8 |
| |/ / / | |||||
* | | | | Merge pull request #1227 from nextcloud/improve-tests | Joas Schilling | 2016-09-01 | 3 | -33/+1 |
|\ \ \ \ | |||||
| * | | | | properly load APCu extension on CLI to execute APCu tests | Morris Jobke | 2016-09-01 | 1 | -1/+1 |
| * | | | | Remove unneeded Windows logic | Morris Jobke | 2016-09-01 | 2 | -32/+0 |
| |/ / / | |||||
* | | | | Merge pull request #1230 from nextcloud/php7-apcu | Roeland Jago Douma | 2016-09-01 | 2 | -3/+31 |
|\ \ \ \ | |||||
| * | | | | Activate APCu on PHP 7 | Morris Jobke | 2016-09-01 | 2 | -3/+31 |
|/ / / / | |||||
* | | | | Merge pull request #1143 from nextcloud/ldap-smells-for-fun-and-profit | Joas Schilling | 2016-09-01 | 12 | -24/+12 |
|\ \ \ \ | |||||
| * | | | | Fix phpdoc | Roeland Jago Douma | 2016-08-29 | 1 | -1/+1 |
| * | | | | fix a few minor code smells | Jörn Friedrich Dreyer | 2016-08-29 | 12 | -23/+11 |
* | | | | | Merge pull request #1217 from nextcloud/federation_phpunit_fixes | Joas Schilling | 2016-09-01 | 6 | -29/+33 |
|\ \ \ \ \ | |||||
| * | | | | | Fix deprecated getMock call in Federation app | Roeland Jago Douma | 2016-08-31 | 6 | -29/+33 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #1223 from nextcloud/core_command_phpunt_getmock | Joas Schilling | 2016-09-01 | 22 | -90/+167 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Fix depreccated getMock in Core/Command tests | Roeland Jago Douma | 2016-09-01 | 22 | -90/+167 |
|/ / / / | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-01 | 280 | -1454/+2330 |
* | | | | Merge pull request #1216 from nextcloud/theming_phpunit_fixes | Julius Härtl | 2016-08-31 | 1 | -5/+5 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Fix ThemingDefaults getMock deprecation | Roeland Jago Douma | 2016-08-31 | 1 | -5/+5 |
|/ / / | |||||
* | | | Merge pull request #1188 from nextcloud/2fa-redirect-default-app | Lukas Reschke | 2016-08-31 | 2 | -17/+15 |
|\ \ \ | |||||
| * | | | check same URL in unit tests | Christoph Wurst | 2016-08-30 | 1 | -11/+12 |
| * | | | redirect to default app after solving the 2FA challenge | Christoph Wurst | 2016-08-30 | 2 | -8/+5 |
* | | | | Merge pull request #1212 from nextcloud/fix_federatedfilesharingtests | Roeland Jago Douma | 2016-08-31 | 5 | -27/+35 |
|\ \ \ \ | |||||
| * | | | | Fix deprecated usages of getMock in federatedfilesharing | Roeland Jago Douma | 2016-08-31 | 5 | -27/+35 |
* | | | | | Merge pull request #797 from nextcloud/only-match-for-auth-cookie | Joas Schilling | 2016-08-31 | 2 | -3/+92 |
|\ \ \ \ \ | |||||
| * | | | | | Match only for actual session cookie | Lukas Reschke | 2016-08-09 | 2 | -3/+92 |
* | | | | | | Merge pull request #1201 from nextcloud/usermountcache-orphanedshare | Roeland Jago Douma | 2016-08-31 | 2 | -2/+9 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Added closeCursor in SharedMount numeric id | Vincent Petry | 2016-08-30 | 1 | -0/+1 |