Commit Graph

305 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
Richard Steinmetz 35cb6c66bd Properly decode escaped principal urls
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-06-25 11:54:10 +00: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
Andreas Demmelbauer fc45b65645 make shared calendars visible/enabled by default
Signed-off-by: Andreas Demmelbauer <git@notice.at>
2021-06-11 20:40:21 +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 e0ceafc2be
Improve free/busy colors
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-03-11 16:08:23 +01:00
Robert Spencer 57763ea988 Vary illustration when multiple images match
Randomly select an illustration from the images that match the
title of the event.  The illustration is chosen on a hash of the
event title so is the same for the same event every time.

Signed-off-by: Robert Spencer <general@robertandrewspencer.com>
2021-02-01 14:38:17 +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
Georg Ehrke c6e52a879c
Replace fragile moment mocks with snapshot testing
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-09-04 14:44:49 +02:00
Georg Ehrke bf855750c7
Hide extra description with CSS
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-09-03 16:04:09 +02:00
Georg Ehrke c90dff705e
Merge pull request #2520 from nextcloud/bugfix/noid/stop_highlighting_weekends
Remove highlighting of weekends
2020-09-02 19:51:53 +02:00
Georg Ehrke 0a57dea010
Remove highlighting of weekends
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-08-28 19:39:30 +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 ba76437f46
Adapt our handlers / plugins to FC 5
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-08-28 15:20:37 +02:00
Georg Ehrke 20bac588ce
Restructure src/fullcalendar
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-08-28 09:01:30 +02:00
Georg Ehrke 974c367572
Merge pull request #2497 from nextcloud/bugfix/noid/event_source_readonly_regression
Fix read-only property of fullcalendar event sources
2020-08-25 10:51:15 +02:00
Georg Ehrke 56d9de23ee
Cancelled -> Canceled
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-08-22 22:37:31 +02:00
Georg Ehrke ec69fa3db5
Fix read-only property of fullcalendar event sources
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-08-22 12:10:54 +02:00
Georg Ehrke 4d1a456340
Merge pull request #2483 from nextcloud/bugfix/noid/better_external_routes
Add routes to allow creating / editing events from outside
2020-08-21 17:06:30 +02:00
Georg Ehrke a699f6b862
Add routes to allow creating / editing events from outside
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-08-21 14:43:16 +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 e2237b6ba0
Cleanup and tests for some Stores
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-06-11 15:33:04 +02:00
Thomas Citharel c37f76282b
Fix timezone names
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-05-29 21:49:14 +02:00
Georg Ehrke 8785e4fbb0
Increase test coverage for new Show tasks feature
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-04-16 20:18:10 +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
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
Georg Ehrke 5402ea8949
Automatic code-style fix
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-04-15 13:06:37 +02:00
Georg Ehrke 70e5e37057
Do not allow multiline summaries in Calendar-grid
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-04-09 12:02:59 +02:00
Georg Ehrke 6f5966a2b4
Cleanup models and add full unit test coverage
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-04-01 17:48:23 +02:00
Georg Ehrke ccfa924035
Add custom color picker to sidebar editor
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-03-02 10:39:52 +01:00
Georg Ehrke 8b872d207f
Add getHexForColorName and getClosestCSS3ColorNameForHex to utils/color.js
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-03-02 10:16:28 +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 b22e8f6f58
Merge pull request #2017 from nextcloud/bugfix/1944/fix_parsing_of_firstdayParam
Fix parsing of First day parameter
2020-02-24 18:56:05 +01:00
Georg Ehrke 567e71c36c
Merge pull request #2020 from nextcloud/bugfix/1963/display_issue_equal_dtstart_dtend
Bugfix/1963/display issue equal dtstart dtend
2020-02-24 18:10:03 +01:00
Georg Ehrke 17f924c09c
Check for NaN components in getDateFromFirstdayParam
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-02-24 18:09:16 +01:00
Georg Ehrke f36433818b
Handle events where DTSTART is equal to DTEND
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-02-24 17:53:29 +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
Georg Ehrke 803118c1f1
Fix parsing of First day parameter
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-02-24 03:31:25 -08:00
Georg Ehrke 8ac724ebb3
Stop hardcoding saturday and sunday as weekend, change it based on locale
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-02-24 11:17:12 +01:00
Georg Ehrke 953aa4bb47
Fallback to calendarUri if displayname is undefined
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-01-31 15:30:49 +01:00
Georg Ehrke dd5c94ac49
Properly localize date in document title
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-01-29 15:54:23 +01:00
Georg Ehrke cdc76c2764
Replace Illustration matching with Regex to match word only, not substrings
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-01-26 18:55:35 +01:00
Georg Ehrke 494ab6070c
Position new event popover based on .fc-event for day and week view
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-01-20 17:09:55 +01:00
Georg Ehrke 270ced9b5c
Merge pull request #1864 from nextcloud/bugfix/1841/timezone_alias
Fix resolving timezone alias
2020-01-20 14:52:07 +01:00
Georg Ehrke 29c43f18e9
Fix resolving timezone alias
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-01-20 14:04:46 +01:00
Georg Ehrke e2c72b9339
Fallback value should be dayGridMonth, not month
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-01-17 19:25:00 +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