summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Add circle as wellJoas Schilling2017-05-091-0/+25
| * | | | my name as authorMaxence Lange2017-05-091-1/+1
| * | | | using title as nameMaxence Lange2017-05-091-8/+8
| * | | | open-graphMaxence Lange2017-05-081-0/+43
| | |_|/ | |/| |
* | | | Merge pull request #4705 from nextcloud/htaccess-uploadRoeland Jago Douma2017-05-092-13/+17
|\ \ \ \
| * | | | Proper exception for upload of .htaccess file via WebDAVMorris Jobke2017-05-082-13/+17
* | | | | Merge pull request #4757 from nextcloud/fix/system-users-enumeration-contacts...Roeland Jago Douma2017-05-091-2/+8
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Do not list system users in contacts menu if sharing autocompletion is disabledChristoph Wurst2017-05-091-2/+8
* | | | | Merge pull request #4753 from nextcloud/fix-links-on-error-pageRoeland Jago Douma2017-05-093-17/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix escaped HTML on error pagesMorris Jobke2017-05-083-17/+11
| |/ / /
* | | | Merge pull request #4751 from nextcloud/wait-for-postgresRoeland Jago Douma2017-05-091-0/+6
|\ \ \ \
| * | | | Wait for Postgres to be availableMorris Jobke2017-05-081-0/+6
* | | | | Merge pull request #4750 from nextcloud/allow-requests-to-manifest-jsonRoeland Jago Douma2017-05-091-0/+1
|\ \ \ \ \
| * | | | | Don't redirect requests to /core/img/manifest.jsonLukas Reschke2017-05-091-0/+1
| |/ / / /
* | | | | [tx-robot] updated from transifexNextcloud bot2017-05-0914-0/+14
* | | | | [tx-robot] updated from transifexNextcloud bot2017-05-09104-158/+158
* | | | | Merge pull request #4755 from nextcloud/l10n-extractionMorris Jobke2017-05-082-0/+63
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Extract app name and navigation entries for l10nMorris Jobke2017-05-082-0/+63
|/ / / /
* / / / [tx-robot] updated from transifexNextcloud bot2017-05-0910-4/+16
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2017-05-08138-170/+314
* | | Merge pull request #4745 from nextcloud/improve-textLukas Reschke2017-05-081-2/+2
|\ \ \
| * | | Improve readability of verify textMorris Jobke2017-05-081-2/+2
|/ / /
* | | Merge pull request #4692 from nextcloud/unify-sharing-messagesMorris Jobke2017-05-082-44/+16
|\ \ \
| * | | don't mention the owner of a file in case of a re-share by mail. The recipien...Bjoern Schiessle2017-05-082-44/+16
* | | | Merge pull request #4718 from nextcloud/handle-stalled-or-invisible-elements-...Morris Jobke2017-05-083-78/+493
|\ \ \ \
| * | | | Add automatic handling of common command failures of Mink elementsDaniel Calviño Sánchez2017-05-063-2/+315
| * | | | Extract element finding to a command objectDaniel Calviño Sánchez2017-05-062-78/+178
| * | | | Make internal find methods staticDaniel Calviño Sánchez2017-05-061-8/+10
| * | | | Add missing type hintsDaniel Calviño Sánchez2017-05-061-3/+3
| | |_|/ | |/| |
* | | | Merge pull request #4621 from nextcloud/fix_readonly_shared_calendar_proppatchMorris Jobke2017-05-083-2/+11
|\ \ \ \
| * | | | fix PROPPATCH requests to read-only shared calendarsGeorg Ehrke2017-05-083-2/+11
* | | | | Merge pull request #4675 from nextcloud/fix_4651Morris Jobke2017-05-089-246/+478
|\ \ \ \ \
| * | | | | Fix initRoeland Jago Douma2017-05-082-2/+2
| * | | | | Fix ImageExportPluginTestRoeland Jago Douma2017-05-082-129/+115
| * | | | | No more XSSRoeland Jago Douma2017-05-081-1/+1
| * | | | | Clear cache on vcard change/deleteRoeland Jago Douma2017-05-083-8/+31
| * | | | | Request proper size for contacts menuRoeland Jago Douma2017-05-083-73/+9
| * | | | | Cache the carddav photo endpointRoeland Jago Douma2017-05-084-19/+281
| * | | | | Always dispatch Carddav eventsRoeland Jago Douma2017-05-083-33/+58
* | | | | | Merge pull request #4733 from nextcloud/fix-browser-dav-rootRobin Appelman2017-05-081-4/+3
|\ \ \ \ \ \
| * | | | | | fix error when browsing the dav rootRobin Appelman2017-05-081-4/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #4695 from nextcloud/reset-verify-stateLukas Reschke2017-05-081-0/+15
|\ \ \ \ \ \
| * | | | | | reset verification state if max tries are reachedBjoern Schiessle2017-05-041-0/+15
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #4741 from nextcloud/bump-to-beta2Lukas Reschke2017-05-081-2/+2
|\ \ \ \ \ \
| * | | | | | Increase version to beta2Lukas Reschke2017-05-081-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4727 from stffabi/IncreaseDeviceEntropyLukas Reschke2017-05-084-8/+15
|\ \ \ \ \ \
| * | | | | | Increase device password entropy. Use lower- and upper-case characters and di...Fabrizio Steiner2017-05-084-8/+15
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #4734 from nextcloud/allow-specifying-logo-mimetypeLukas Reschke2017-05-085-15/+33
|\ \ \ \ \ \
| * | | | | | Add function to request SVG or regular fallback imageLukas Reschke2017-05-085-15/+33
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #4740 from nextcloud/external-moved-to-appstoreLukas Reschke2017-05-081-1/+0
|\ \ \ \ \ \