Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Log exception that is thrown by internet connection check | Morris Jobke | 2016-07-26 | 2 | -2/+10 |
* | Merge pull request #557 from nextcloud/fix-css-scope-files-external | Morris Jobke | 2016-07-26 | 2 | -5/+6 |
|\ | |||||
| * | Add proper scope to files external CSS | Morris Jobke | 2016-07-25 | 2 | -5/+6 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-26 | 6 | -4/+6 |
* | | Merge pull request #292 from nextcloud/recent-files | William Bargent | 2016-07-25 | 18 | -34/+640 |
|\ \ | |||||
| * | | fix test | Robin Appelman | 2016-07-25 | 1 | -1/+1 |
| * | | block user sorting in recent files | Robin Appelman | 2016-07-22 | 2 | -1/+7 |
| * | | use limit instead of since when listing recent files | Robin Appelman | 2016-07-22 | 5 | -54/+18 |
| * | | fix test | Robin Appelman | 2016-07-22 | 3 | -8/+30 |
| * | | Add recent file listing | Robin Appelman | 2016-07-22 | 6 | -2/+285 |
| * | | add recent files api endpoint | Robin Appelman | 2016-07-22 | 3 | -18/+56 |
| * | | add recent files to node api | Robin Appelman | 2016-07-22 | 5 | -5/+298 |
| * | | Fix storage id with storage jail | Robin Appelman | 2016-07-22 | 1 | -1/+1 |
* | | | Merge pull request #509 from nextcloud/appframework_magic_allow_default_vars | Morris Jobke | 2016-07-25 | 1 | -0/+6 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Inject parameters | Roeland Jago Douma | 2016-07-22 | 1 | -0/+6 |
* | | | Merge pull request #550 from nextcloud/ldap-integration-test-autoloader | Morris Jobke | 2016-07-25 | 12 | -22/+37 |
|\ \ \ | |||||
| * | | | fix autoloading in LPAP integration tests, resolves #544 | Arthur Schiwon | 2016-07-25 | 12 | -22/+37 |
* | | | | Merge pull request #523 from Faldon/master | Joas Schilling | 2016-07-25 | 12 | -33/+42 |
|\ \ \ \ | |||||
| * | | | | Renamed test classes for file logging tests. | Thomas Pulzer | 2016-07-22 | 2 | -3/+3 |
| * | | | | Changed code style and made use of '===' comparison. | Thomas Pulzer | 2016-07-22 | 1 | -1/+4 |
| * | | | | Reverted the default syslog tag to avoid breaking existing systems. | Thomas Pulzer | 2016-07-22 | 1 | -1/+1 |
| * | | | | Changed logtype to file instead of owncloud. | Thomas Pulzer | 2016-07-22 | 13 | -31/+37 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #547 from nextcloud/fix-restore-all-files | Joas Schilling | 2016-07-25 | 1 | -2/+1 |
|\ \ \ \ | |||||
| * | | | | Fix error message while restoring all files | Morris Jobke | 2016-07-25 | 1 | -2/+1 |
|/ / / / | |||||
* | | | | Merge pull request #530 from nextcloud/fix-theme-loading | Morris Jobke | 2016-07-25 | 2 | -2/+10 |
|\ \ \ \ | |||||
| * | | | | Make sure we try to autoload the class | Joas Schilling | 2016-07-22 | 2 | -2/+10 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-25 | 10 | -6/+78 |
| |_|/ / |/| | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-24 | 10 | -2/+24 |
* | | | | Merge pull request #533 from nextcloud/oparoz-ns-server-contributing.md | Roeland Douma | 2016-07-23 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | change core to server | Olivier Paroz | 2016-07-23 | 1 | -1/+1 |
* | | | | | Merge pull request #534 from nextcloud/twofactor-isset | Joas Schilling | 2016-07-23 | 1 | -9/+11 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Check if an app provide two-factor-auth providers before we try to use them | Robin Appelman | 2016-07-23 | 1 | -9/+11 |
|/ / / / | |||||
* / / / | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-23 | 28 | -124/+150 |
|/ / / | |||||
* | | | Fix search box overlapping on mobile (#450) | Jan-Christoph Borchardt | 2016-07-22 | 3 | -7/+7 |
* | | | Merge pull request #524 from nextcloud/ocs_appframework_status_code | Lukas Reschke | 2016-07-22 | 2 | -2/+41 |
|\ \ \ | |||||
| * | | | Add tests | Roeland Jago Douma | 2016-07-22 | 1 | -1/+35 |
| * | | | Set proper status code in OCS AppFramework Middleware | Roeland Jago Douma | 2016-07-22 | 1 | -1/+6 |
| | |/ | |/| | |||||
* | | | Merge pull request #526 from nextcloud/bumb-app-requirements | Joas Schilling | 2016-07-22 | 17 | -17/+17 |
|\ \ \ | |||||
| * | | | Also increase the min version | Joas Schilling | 2016-07-22 | 17 | -17/+17 |
| * | | | bumb compatible app versions for core apps | Robin Appelman | 2016-07-22 | 17 | -17/+17 |
| |/ / | |||||
* | | | Merge pull request #522 from nextcloud/ocs_correct_login_exception | Roeland Douma | 2016-07-22 | 2 | -2/+4 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix intergration tests | Roeland Jago Douma | 2016-07-22 | 1 | -2/+2 |
| * | | Catch LoginException | Roeland Jago Douma | 2016-07-22 | 1 | -0/+2 |
| |/ | |||||
* | | Merge pull request #517 from nextcloud/fix-typo | Joas Schilling | 2016-07-22 | 2 | -3/+3 |
|\ \ | |||||
| * | | Use app name from stable9 | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
| * | | Fix typo | Joas Schilling | 2016-07-22 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #500 from nextcloud/bump_version | Joas Schilling | 2016-07-22 | 18 | -20/+20 |
|\ \ | |/ |/| | |||||
| * | Increase app versions | Joas Schilling | 2016-07-21 | 17 | -17/+17 |
| * | Bump version | Roeland Jago Douma | 2016-07-21 | 1 | -3/+3 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-22 | 114 | -174/+200 |