Commit Graph

86 Commits

Author SHA1 Message Date
Joas Schilling f556c356aa
Fix Talk conversation creation with NC22
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-14 10:13:42 +02:00
Thomas Citharel 43cd3d1108
Redirect public view to public calendar ics endpoint if requested with Accept: 'text/calendar'
The server already does the request with the following header `Accept: 'text/calendar, application/calendar+json, application/calendar+xml'`. `text/calendar` isn't a MIME type requested by common browsers.

Closes https://github.com/nextcloud/server/issues/17746

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-06-22 18:33:27 +02:00
Valdnet 85cc0e87d4
l10n: Extract a space from the translation
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2021-05-16 16:31:54 +02:00
Matteo Settenvini bea17a7109 Add defaultReminder setting
Add a setting to the app state that can be reused
when creating new events to set a default alarm / reminder.

Signed-off-by: Matteo Settenvini <matteo@member.fsf.org>
2021-04-08 12:42:50 +02:00
Christoph Wurst 8db55b6710
Test against php8
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-14 16:13:24 +01:00
dependabot[bot] 0de6d3862d
Bump nextcloud/coding-standard from 0.3.0 to 0.5.0
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0.
- [Release notes](https://github.com/nextcloud/coding-standard/releases)
- [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-01-11 15:54:28 +01:00
Jean-Guilhem Rouel 1a8cc8fd79
Add list views per week and month
Signed-off-by: Jean-Guilhem Rouel <jean-gui@w3.org>

Translation of buttons for list views

Signed-off-by: Jean-Guilhem Rouel <jean-gui@w3.org>

Show location in list views when available

Signed-off-by: Jean-Guilhem Rouel <jean-gui@w3.org>

Remove unneeded code per https://github.com/nextcloud/calendar/pull/2476#discussion_r479793226

Signed-off-by: Jean-Guilhem Rouel <jean-gui@w3.org>

Fix location, parent class changed

Signed-off-by: Jean-Guilhem Rouel <jean-gui@w3.org>

Show start of description in list views, if available.

Signed-off-by: Jean-Guilhem Rouel <jean-gui@w3.org>

Add start of description if available in list view

Signed-off-by: Jean-Guilhem Rouel <jean-gui@w3.org>

Remove week list view

Signed-off-by: Jean-Guilhem Rouel <jean-gui@w3.org>
2020-09-03 15:55:19 +02:00
Julius Härtl eb1c1aab7b
Implement Calendar Dashboard Widget
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-28 18:53:14 +02:00
Georg Ehrke 2b419f05c8
Fix route for public link emails
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-08-21 10:45:44 +02:00
Georg Ehrke 32c1e9e95a
Add tasks_enabled to Initial State Service
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-04-16 17:53:30 +02:00
Georg Ehrke ef1826b6f5
Apply composer cs:fix
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-04-16 10:24:21 +02:00
Boris Fritscher 4de349503c
add show_tasks to php test
Signed-off-by: Boris Fritscher <boris@fritscher.ch>
2020-04-16 10:18:07 +02:00
Boris Fritscher e96f559fd4
Show tasks in calendar
- supports taks in mixed calendars or on task only calendars
- feature can be toggled in settings
- checkbox icon adapts to light and dark text and is checked if task is
done
- if start date is available event duration is set from start to due
date
- clicking on event redirects to task app

Signed-off-by: Boris Fritscher <boris@fritscher.ch>
2020-04-16 10:18:02 +02:00
Georg Ehrke 5402ea8949
Automatic code-style fix
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-04-15 13:06:37 +02:00
Roeland Jago Douma 6a94f1c396
Merge pull request #2087 from nextcloud/fix/embeded-csp
Allow embedding in the CSP
2020-03-18 19:22:26 +01:00
Roeland Jago Douma c92f57679d
Allow embedding in the CSP
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-03-18 16:32:30 +01:00
Georg Ehrke 33b40ada06
Readd @NoSameSiteCookieRequired to embedding route
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-03-18 12:30:02 +01:00
Georg Ehrke 953d4220eb
Add slotDuration to ConfigController and ViewControllers
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-02-28 16:04:21 +01:00
Georg Ehrke 109c7cf7e5
Add eventLimit option in View and ConfigController
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-02-24 14:12:59 +01:00
Georg Ehrke cc171a31ce
fixes #1759: Use InitialState service
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-02-24 13:40:41 +01:00
Thomas Citharel 61bbb79550
Move navigation to appinfo
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-02-10 22:47:47 +01:00
Georg Ehrke d5bcb558a7
replace old views in case migration didn't run correctly
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-01-17 19:00:39 +01:00
Georg Ehrke 313b795775
Respect appvalue settings for public routes
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-01-16 11:54:35 +01:00
Georg Ehrke 7d2902143b
Also set talk_enabled in PublicViewController
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-01-16 10:50:46 +01:00
Georg Ehrke babcc11d13
Allow to override defaults of calendar-app
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-01-15 11:01:29 +01:00
Georg Ehrke cc50137b9a
Make userid nullable
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-01-14 11:22:47 +01:00
Georg Ehrke 7a8f32d124
Allow to create talk rooms from calendar
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-01-06 11:44:50 +01:00
Georg Ehrke 9dbb2c43e0
Enforce strict types in PHP
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-11-22 10:49:30 +01:00
Georg Ehrke 766b92731c
Reimplement public sharing and embedding
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-19 14:31:20 +02:00
Georg Ehrke 4af3e95da1
Update PHP Unit tests
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-19 14:30:15 +02:00
Georg Ehrke e9cd11cb1f
refactor view controller
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-19 14:30:09 +02:00
Georg Ehrke 4737c4b196
Rate limit EmailController
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-19 14:30:09 +02:00
Georg Ehrke 4496720e9c
major clean up of EmailController, use email templates
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-19 14:30:09 +02:00
Georg Ehrke 84da7396f1
remove IUrlGenerator from ContactsController
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-19 14:30:09 +02:00
Georg Ehrke 0102d1bf04
Code formatting fix
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-19 14:30:09 +02:00
Georg Ehrke ddb8a5433d
replace view name hotfix with proper migration step
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-19 14:30:09 +02:00
Georg Ehrke 45c4045ed1
update viewNames in SettingsController
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-19 14:30:08 +02:00
Georg Ehrke 351c952f8d
also expose PHOTO as on other API endpoints, send link to image
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-19 14:30:04 +02:00
Jakob 2f6a541956
api for getting a avatar photo
Signed-off-by: Jakob <jakob.roehrl@web.de>
2019-10-19 14:30:01 +02:00
Georg Ehrke 8b90b4d779
Hotfix: map old views to new FullCalendar 4 views
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-19 14:29:49 +02:00
Georg Ehrke 0d915478e0
Connect settings to fullcalendar
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-19 14:29:40 +02:00
Georg Ehrke 54fbf7e49c
update settings, use hidden input fields
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-19 14:29:37 +02:00
Georg Ehrke ce35f87b34
remove registerService, because Nextcloud reads the annotations itself for a bunch of major versions now
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-19 14:28:44 +02:00
Georg Ehrke 1ec99c0d53
polish PHP controllers
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-19 14:28:41 +02:00
Georg Ehrke e63a37ec65
add Product Information Provider to serve version number etc
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-19 14:28:41 +02:00
Georg Ehrke b4dd09f9c6
optimize routes.php, remove ProxyController
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-19 14:28:34 +02:00
Thomas Citharel c43116302b
Fix path for namespace detection
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-19 14:28:21 +02:00
Georg Ehrke 3a6668f97a get rid of all the obsolote php code 2015-12-23 20:06:37 +01:00
Georg Ehrke 182986d501 finish object cache and webcal implementation 2015-09-07 10:24:44 +02:00
Georg Ehrke db3fd339e4 get rid of collection::iterate 2015-09-05 15:40:19 +02:00