Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #292 from nextcloud/recent-files | William Bargent | 2016-07-25 | 12 | -28/+373 |
|\ | |||||
| * | 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 | 1 | -2/+1 |
| * | fix test | Robin Appelman | 2016-07-22 | 2 | -7/+26 |
| * | 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 |
* | | Merge pull request #550 from nextcloud/ldap-integration-test-autoloader | Morris Jobke | 2016-07-25 | 11 | -21/+36 |
|\ \ | |||||
| * | | fix autoloading in LPAP integration tests, resolves #544 | Arthur Schiwon | 2016-07-25 | 11 | -21/+36 |
* | | | Fix error message while restoring all files | Morris Jobke | 2016-07-25 | 1 | -2/+1 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-25 | 6 | -6/+44 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-24 | 4 | -2/+10 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-23 | 16 | -60/+68 |
* | | Fix search box overlapping on mobile (#450) | Jan-Christoph Borchardt | 2016-07-22 | 2 | -6/+6 |
* | | 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 #517 from nextcloud/fix-typo | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
|\ | |||||
| * | Use app name from stable9 | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
* | | Merge pull request #500 from nextcloud/bump_version | Joas Schilling | 2016-07-22 | 17 | -17/+17 |
|\ \ | |/ |/| | |||||
| * | Increase app versions | Joas Schilling | 2016-07-21 | 17 | -17/+17 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-22 | 28 | -78/+30 |
* | | Merge pull request #496 from nextcloud/fix-config-generation | Morris Jobke | 2016-07-21 | 1 | -1/+1 |
|\ \ | |||||
| * | | Change the app name | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| |/ | |||||
* | | Update with robin | Joas Schilling | 2016-07-21 | 202 | -205/+207 |
* | | Fix apps/ | Joas Schilling | 2016-07-21 | 678 | -1156/+2000 |
|/ | |||||
* | Merge pull request #477 from nextcloud/fix-layout-public-upload | Morris Jobke | 2016-07-21 | 1 | -1/+1 |
|\ | |||||
| * | move closing div to the right place | Bjoern Schiessle | 2016-07-20 | 1 | -1/+1 |
* | | Use proper branding | Lukas Reschke | 2016-07-21 | 1 | -2/+2 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-21 | 14 | -22/+92 |
* | | Merge pull request #479 from nextcloud/add-bruteforce-throttler | Lukas Reschke | 2016-07-21 | 6 | -3/+21 |
|\ \ | |||||
| * | | Implement brute force protection | Lukas Reschke | 2016-07-20 | 6 | -3/+21 |
* | | | Merge pull request #476 from nextcloud/port-same-site-cookies | Lukas Reschke | 2016-07-20 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | [master] Port Same-Site Cookies to master | Lukas Reschke | 2016-07-20 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge pull request #466 from nextcloud/escape-special-characters | Lukas Reschke | 2016-07-20 | 4 | -5/+7 |
|\ \ \ | |||||
| * | | | Escape special characters (#25429) | Aaron Wood | 2016-07-20 | 4 | -5/+7 |
* | | | | Merge pull request #471 from nextcloud/storage-fopenspecialchars | Morris Jobke | 2016-07-20 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Added storage tests for fopen with special chars | Vincent Petry | 2016-07-20 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #467 from nextcloud/use-clipboard-api | Roeland Douma | 2016-07-20 | 1 | -3/+6 |
|\ \ \ \ | |||||
| * | | | | Use an icon to set the email instead of a button with string | Thomas Müller | 2016-07-20 | 1 | -0/+1 |
| * | | | | Add clipboard button to public share link | Thomas Müller | 2016-07-20 | 1 | -3/+5 |
| |/ / / | |||||
* | | | | Merge pull request #464 from nextcloud/master-change-load-order | Roeland Douma | 2016-07-20 | 1 | -1/+4 |
|\ \ \ \ | |||||
| * | | | | Change load order of auth backends so that we can throw an exception in OCA\D... | Thomas Müller | 2016-07-20 | 1 | -1/+4 |
* | | | | | Merge pull request #468 from nextcloud/stringid-fix | Roeland Douma | 2016-07-20 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Cast share id to string (#25402) | Vincent Petry | 2016-07-20 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #470 from nextcloud/sftp-renameoverwritedir | Morris Jobke | 2016-07-20 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Fix overwriting folders on rename with SFTP | Vincent Petry | 2016-07-20 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #402 from nextcloud/smb-notifications | Morris Jobke | 2016-07-20 | 4 | -2/+236 |
|\ \ \ | |/ / |/| | | |||||
| * | | add files_external:notify command | Robin Appelman | 2016-07-14 | 2 | -0/+176 |
| * | | add notify support to smb storage | Robin Appelman | 2016-07-14 | 1 | -1/+58 |
| * | | Save the files external mount id in the mount cache table | Robin Appelman | 2016-07-13 | 1 | -1/+2 |