Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-19 | 18 | -12/+52 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-18 | 10 | -0/+16 |
| | |||||
* | Merge pull request #7121 from nextcloud/fix_7119 | Roeland Jago Douma | 2017-11-17 | 4 | -10/+69 |
|\ | | | | | If there is no internet connection don't try to contact appstore | ||||
| * | Fix tests | Roeland Jago Douma | 2017-11-17 | 3 | -9/+67 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | If there is no internet connection don't try to contact appstore | Roeland Jago Douma | 2017-11-17 | 1 | -1/+2 |
|/ | | | | | | Fixes #7119 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #7163 from ↵ | Jan-Christoph Borchardt | 2017-11-17 | 1 | -0/+2 |
|\ | | | | | | | | | nextcloud/force-breaks-on-extremely-long-words-in-comments Force breaks on extremely long words in comments | ||||
| * | Force breaks on extremely long words | Daniel Calviño Sánchez | 2017-11-17 | 1 | -0/+2 |
| | | | | | | | | | | | | If not broken extremely long words overflow their container. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | Merge pull request #7206 from nextcloud/fix-object-storage-touch | Björn Schießle | 2017-11-17 | 1 | -14/+13 |
|\ \ | | | | | | | touch opertation on object storage, don't create the file cache entry to early | ||||
| * | | only create the file cache entry after the empty file was created ↵ | Bjoern Schiessle | 2017-11-17 | 1 | -14/+13 |
|/ / | | | | | | | | | | | successfully, otherwise file_exists() call on the initial file_put_content() will indicate that the file already exists Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | Merge pull request #7152 from ↵ | Morris Jobke | 2017-11-17 | 1 | -0/+16 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/noid/adjust_calendarobject_size_after_applying_class remove cached size from shared calendar objects | ||||
| * | | remove cached size from shared calendar objects | Georg Ehrke | 2017-11-12 | 1 | -0/+16 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-17 | 30 | -2/+104 |
| | | | |||||
* | | | Merge pull request #7199 from nextcloud/fix-style-of-reset-password-form | Morris Jobke | 2017-11-16 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Adjust style of new password form to default | ||||
| * | | | Adjust style of new password form to default | Morris Jobke | 2017-11-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Merge pull request #7167 from nextcloud/password-button-overflow | Morris Jobke | 2017-11-16 | 1 | -2/+11 |
|\ \ \ \ | | | | | | | | | | | Fix reset password button overflow | ||||
| * | | | | Fix reset password button overflow | Jan-Christoph Borchardt | 2017-11-14 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | | | | Merge pull request #7193 from nextcloud/bugfix/noid/invitation-email-refinements | Morris Jobke | 2017-11-16 | 1 | -4/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | refine invitation email | ||||
| * | | | | | refine invitation email | Georg Ehrke | 2017-11-16 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | | | | Merge pull request #6840 from nextcloud/feature/5282/calendar_api | Morris Jobke | 2017-11-16 | 18 | -3/+1274 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Calendar API for apps | ||||
| * | | | | | add option to filter CalendarAPI by componenttype | Georg Ehrke | 2017-11-09 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | | | | update dav autoloaders after adding calendar api | Georg Ehrke | 2017-11-09 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | | | | update autoloader to included added classes and interface | Georg Ehrke | 2017-11-09 | 2 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | | | | integrate Dav app with Calendar API | Georg Ehrke | 2017-11-09 | 8 | -3/+693 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | | | | implement CalendarManager | Georg Ehrke | 2017-11-09 | 4 | -0/+373 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | | | | Public interfaces for calendar API | Georg Ehrke | 2017-11-09 | 2 | -0/+192 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | | | | Merge pull request #7194 from nextcloud/fix-broken-svg-3 | Morris Jobke | 2017-11-16 | 33 | -34/+33 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Re-optimize filetype and category icons | ||||
| * | | | | | Re-optimize filetype and category icons | Marin Treselj | 2017-11-16 | 33 | -34/+33 |
|/ / / / / | | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
* | | | | | Merge pull request #7188 from nextcloud/fix-broken-svg-2 | Morris Jobke | 2017-11-16 | 27 | -39/+24 |
|\ \ \ \ \ | | | | | | | | | | | | | Re-optimize places and files icons | ||||
| * | | | | | Re-optimize places and files icons | Marin Treselj | 2017-11-15 | 27 | -39/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
* | | | | | | Merge pull request #7189 from nextcloud/security-games-icons | Morris Jobke | 2017-11-16 | 2 | -0/+9 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Added security and games icons | ||||
| * | | | | | | Clean up and re-optimize games icon | Marin Treselj | 2017-11-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com> | ||||
| * | | | | | | Added security and games icons | John Molakvoæ (skjnldsv) | 2017-11-15 | 2 | -0/+9 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-16 | 28 | -4/+154 |
| | | | | | | |||||
* | | | | | | Merge pull request #7173 from ↵ | Morris Jobke | 2017-11-15 | 2 | -4/+27 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/show_username_in_invitationsemails Show organizer's name in From field of invitation email | ||||
| * | | | | | | show name of organizer in from name of invitation email | Georg Ehrke | 2017-11-14 | 2 | -4/+27 |
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | | | | Merge pull request #7177 from nextcloud/fix-black-transparent-dialogs | Jan-Christoph Borchardt | 2017-11-15 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Fix linear gradient from black to white in dialogs in Safari | ||||
| * | | | | | Fix linear gradient from black to white in dialogs in Safari | Morris Jobke | 2017-11-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-15 | 120 | -228/+242 |
| | | | | | | |||||
* | | | | | | Merge pull request #7169 from nextcloud/fix-user-search | Morris Jobke | 2017-11-14 | 2 | -1/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix search in user managent when no group is selected | ||||
| * | | | | | | Fix search in user managent when no group is selected | Morris Jobke | 2017-11-14 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * also allows to search by displayname Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | | | | Merge pull request #7172 from ↵ | Morris Jobke | 2017-11-14 | 2 | -2/+22 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | nextcloud/improve-error-handling-on-preview-cleanup check if the user still exists before we try to cleanup the previews | ||||
| * | | | | | | check if the user still exists before we try to cleanup the previews | Bjoern Schiessle | 2017-11-14 | 2 | -2/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | | | | | Merge pull request #7171 from nextcloud/bump-versionv13.0.0beta1 | Lukas Reschke | 2017-11-14 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | v13.0.0 Beta 1 | ||||
| * | | | | | | | v13.0.0 Beta 1 | Lukas Reschke | 2017-11-14 | 1 | -2/+2 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | | | | | Merge pull request #7113 from nextcloud/s3-download-stream-fix | Björn Schießle | 2017-11-14 | 2 | -3/+9 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Fix s3 download and touch | ||||
| * | | | | | | Use non empty files for object store touch | Robin Appelman | 2017-11-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | | | Fix contructing headers for s3 download | Robin Appelman | 2017-11-08 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | | | Merge pull request #7165 from nextcloud/smb-2.0.3 | Morris Jobke | 2017-11-14 | 16 | -47/+126 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | update icewind/smb to 2.0.3 | ||||
| * | | | | | | update icewind/smb to 2.0.3 | Robin Appelman | 2017-11-14 | 16 | -47/+126 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | | | Merge pull request #7130 from nextcloud/fix-broken-svg | Jan-Christoph Borchardt | 2017-11-14 | 97 | -201/+88 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Optimize SVG icons |