1
0
Fork 0
mirror of https://github.com/nextcloud/calendar.git synced 2024-09-09 09:22:49 +02:00
Commit graph

496 commits

Author SHA1 Message Date
Andy Scherzinger
c1ba147353
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-06-05 09:40:58 +02:00
Richard Steinmetz
a24b6929f5
Remove leftover icon stylesheet
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-09-13 10:27:02 +02:00
Christoph Wurst
8c63dc09f2
Format code
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-25 16:06:32 +01:00
Anna Larch
9b21971a27
Add booking mechanism for apptments
Signed-off-by: Anna Larch <anna@nextcloud.com>
2021-11-25 16:06:32 +01:00
Christoph Wurst
a902e1aa46
Add an appointment booking page
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-25 16:06:29 +01:00
Christoph Wurst
3104adcf81
Add appointments overview page
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-25 16:06:29 +01:00
Richard Steinmetz
0030c44b1d
Bundle style sheets using webpack
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-07-02 16:57:40 +02:00
John Molakvoæ (skjnldsv)
c6709c7f32 Bump deps and use npm7
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-06-25 14:38:07 +02: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
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
9e15b46232
Remove dead template
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-21 11:53:10 +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
f107f237fa
optimize icons with scour, add to icons.scss
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-19 14:28:53 +02:00
Thomas Citharel
c4559d047c
Add basic components, fc, router & store
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-10-19 14:28:02 +02:00
Georg Ehrke
683a2e34cc
remove legacy code
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-10-19 14:27:53 +02:00
Georg Ehrke
f0ef42e604
Merge pull request #1447 from nextcloud/bugfix/1286/babel_is_part_of_the_server_now
Don't ship special build with babel for IE anymore
2019-09-02 15:51:17 +00:00
Georg Ehrke
0c7085760f
Don't ship special build with babel for IE anymore
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2019-09-02 11:45:54 +02:00
Thomas Citharel
02d582bb30
Always show border on calendar item
So that we know if the calendar is activated or not

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-05-31 16:35:44 +02:00
Vinicius Cubas Brand
8b0603803f Share calendar to a circle.
Changes in the interface to allow:

* Calendar to be shared with a circle
* Show calendars (and events) that are shared with current user's circles

This need that the commit f45624f1819833086368d95f0173bd55a3fb8dae is applied in nextcloud core.

Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
2019-02-07 21:41:36 -02:00
Thomas Citharel
a77227919f
Fix dark mode arrows
Replaces custom arrows with core ones, allowing them to be themed. Use
flex to properly align buttons

Closes #1042

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2019-01-03 10:36:50 +01:00
Thomas Citharel
ff936a39d7 Add border to calendar list checkboxes
When we change theme, background color can be the same than the
calendar's color, and then whe don't know if it's activated or not.
Now it has a border around so that it's noticable

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-11-11 16:43:45 +01:00
Thomas Citharel
e773857aa6 Fix style with dark theme
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-11-11 16:30:01 +01:00
Julius Härtl
5d45324500
Fix public layout rendering on Nextcloud 14
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-03 20:19:01 +02:00
Marius Blüm
a68a35229d
OS X is now macOS 2018-03-30 16:01:37 +02:00
Georg Ehrke
29d75bdc83
add better error handling for importing calendars (#745)
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-03-05 15:48:11 +01:00
Georg Ehrke
28dc8bf407
timezone select (#743)
* add config option for timezone to SettingsController

Signed-off-by: Georg Ehrke <developer@georgehrke.com>

* add timezone config to SettingsService

Signed-off-by: Georg Ehrke <developer@georgehrke.com>

* add timezone input in settings area

Signed-off-by: Georg Ehrke <developer@georgehrke.com>

* connect timezone setting to actual calendar grid

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-03-05 15:47:35 +01:00
zrwitter
68d67a5f13 Double the height of the description text area (issue #675) (#751)
In response to issue #675, this doubles the size of the text area input for the event description by increasing the text area to two rows.
2018-03-05 13:31:01 +01:00
Georg Ehrke
f426e75177
fix submit buttons in event editor, broken by #669
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-02-05 00:24:33 +01:00
Georg Ehrke
623e25e514
Merge branch 'attendee-enter-fix' of git://github.com/platypro/calendar into platypro-attendee-enter-fix 2018-02-04 14:46:46 +01:00
Aeden McClain
6f160e5533 Added Ctrl+Enter fix into popover editor
Signed-off-by: Aeden McClain <dev@platypro.net>
2018-01-31 12:04:25 -08:00
Georg Ehrke
17e69514ec
Merge pull request #613 from nextcloud/app-css-guidelines
Move to SCSS [was: App to css guidelines]
2018-01-11 20:11:39 +01:00
Thomas Citharel
6f4d593d28 Fix nextcloud logo on public page, closes #571
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-01-11 19:27:15 +01:00
Georg Ehrke
37069d1c4a
fix label issue for ng titles
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-01-10 20:07:08 +01:00
Georg Ehrke
38592ad928
fix angular issues of scss modifications
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-01-10 19:15:45 +01:00
Allan Nordhøy
83d9c13d9c
will be send → none will be sent. 2017-12-13 02:41:11 +01:00
John Molakvoæ (skjnldsv)
420eca3f92
Fixed check icon order
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-12-09 15:24:24 +01:00
John Molakvoæ (skjnldsv)
876720a720
Removed shared text and update shared title tooltip
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-12-09 08:55:42 +01:00
John Molakvoæ (skjnldsv)
4be87dd126
Fixed sharing input and loading icon position
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-12-08 18:43:21 +01:00
Georg Ehrke
cf514d2ef0
show warning when a user has email reminders, because they are not implemented in the CalDAV server yet
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2017-12-06 13:13:37 +01:00
Aeden McClain
14efc3a178 Attendee added on enter press
Signed-off-by: Aeden McClain <dev@platypro.net>
2017-12-05 12:12:39 -08:00
Aeden McClain
7bd4a8fb4b Sidebar accepts Ctrl+Enter
Signed-off-by: Aeden McClain <dev@platypro.net>
2017-11-30 23:56:27 -08:00
John Molakvoæ (skjnldsv)
74470ca146
Removed primary as it has a weird behavior with non-primary buttons
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-11-29 13:18:30 +01:00
John Molakvoæ (skjnldsv)
4909e8c80c
White checkbow on primary
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-11-28 19:27:05 +01:00
John Molakvoæ (skjnldsv)
c3c6666fcf
Better display of failed calendar
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-09-27 14:31:13 +02:00
John Molakvoæ (skjnldsv)
ab6413025e
Scss upgrade, variabes, lots of fixes and cleanup of unwanted colours/bgs
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-09-27 11:48:34 +02:00
John Molakvoæ (skjnldsv)
daa3cb3b9e
Nav input guidelines to new sub & calendar
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-09-24 09:20:27 +02:00
John Molakvoæ (skjnldsv)
281dab77c7
Editing entry for all links
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-09-23 15:28:04 +02:00
John Molakvoæ (skjnldsv)
e371d1622f
bullet
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-09-23 14:58:25 +02:00
John Molakvoæ (skjnldsv)
151ec8921c
Fix popover menu
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-09-23 14:55:34 +02:00
John Molakvoæ (skjnldsv)
21121eeef4
First edition, structure, classes and menus
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-09-23 14:14:52 +02:00