Commit Graph

290 Commits (master)

Author SHA1 Message Date
Michał 'rysiek' Woźniak f3cb94ddae link-shared event display timezone selection implemented 2014-02-11 02:39:01 +01:00
Michał 'rysiek' Woźniak b232d96522 changing timezone reloads calendar 2014-02-11 01:13:25 +01:00
Michał 'rysiek' Woźniak 915974fd5c Revert "changing the timezone reloads the events"
This reverts commit 97d0e82108.
2014-02-11 00:58:56 +01:00
Michał 'rysiek' Woźniak 97d0e82108 changing the timezone reloads the events 2014-02-11 00:12:27 +01:00
Michał 'rysiek' Woźniak 0114144300 conflict resolved 2014-02-06 03:02:04 +01:00
Michał 'rysiek' Woźniak 91536c9299 fullcalendar should not be aditable when link-shared 2014-02-06 03:00:45 +01:00
Michał 'rysiek' Woźniak 0e7ce0624b fixed the double-display bug 2014-02-06 02:49:57 +01:00
Michał 'rysiek' Woźniak 0b822a26cd testing event double-display bugfix; minor code cleanups in calendar.js 2014-02-06 02:49:57 +01:00
Michał 'rysiek' Woźniak f26bbc9cbb fixes in tooltips.css, pure-css tooltips in part.choosecalendar 2014-02-06 02:49:56 +01:00
Michał 'rysiek' Woźniak 3b0dd87109 proper handling of create-update-delete and edit checkbox labels 2014-02-06 02:49:56 +01:00
Michał 'rysiek' Woźniak 5d5cb244bb proper handling of the "can edit" label depending on basic_edit_options and JS-enabled/disabled in part.internalshare; comments in part.linkshare 2014-02-06 02:49:56 +01:00
Michał 'rysiek' Woźniak 0d7cf1e7b3 add/remove internal sharewith JS animations 2014-02-06 02:49:56 +01:00
Michał 'rysiek' Woźniak 286a5cb263 last permission setting woes resolved 2014-02-06 02:49:56 +01:00
Michał 'rysiek' Woźniak ec95de9d2c 1. fixed 'not shared with anybody' message when event is link-shared via calendar in the event edit form (part.share.php); 2. permission checkboxes now properly set upon internal sharing via JS 2014-02-06 02:49:56 +01:00
Michał 'rysiek' Woźniak 94379d3f78 autocomplete completed, yay! 2014-02-06 02:49:56 +01:00
Michał 'rysiek' Woźniak cc69ca476b implementing HTML+CSS sharing interface: time for JS; done: 1. adding and removing share-withs; 2. reacting to permission updates (for the time being without POSTing them) 2014-02-06 02:49:56 +01:00
Michał 'rysiek' Woźniak dcc7c7e962 disabled event-editing scripts for link-shared calendars, as per:
https://github.com/owncloud/calendar/pull/308#issuecomment-33214846
2014-02-06 02:49:56 +01:00
Michał 'rysiek' Woźniak 417dcef2e2 link-sharing JS code for both events and calendars now works 2014-02-05 18:05:12 +01:00
Michał 'rysiek' Woźniak 976a84f7df single event sharing implemented, and properly (with pure HTML/CSS transitions, and as little JS as practical at this time).
it should be possible to add a completely JS-less implementation easily later.
2014-02-05 18:05:12 +01:00
Michał 'rysiek' Woźniak db3f511494 first working share -- achieved!
only the download link works, access the calendar with URL&download
2014-02-05 18:05:11 +01:00
Michał 'rysiek' Woźniak c1fff28919 PVince81 helped with debug and now we have a "share with link" field in the sharing dialog in calendar, yay! 2014-02-05 18:05:11 +01:00
Georg Ehrke 9f97ac0d43 fix hickup from previous commit 2014-02-04 22:10:38 +01:00
Georg Ehrke fde98bd651 don't allow moving events when event dialog is open 2014-02-04 22:08:13 +01:00
Georg Ehrke e282ec846a properly urlencode all caldav links
Conflicts:
	templates/settings.php
2014-02-04 21:57:32 +01:00
Michał 'rysiek' Woźniak d1e1abeb26 fixed the double-display bug 2014-02-04 18:52:20 +01:00
Michał 'rysiek' Woźniak f0a4ff0beb testing event double-display bugfix; minor code cleanups in calendar.js 2014-02-04 02:55:34 +01:00
Michał 'rysiek' Woźniak 02161aceb6 fixes in tooltips.css, pure-css tooltips in part.choosecalendar 2014-01-25 20:27:16 +01:00
Michał 'rysiek' Woźniak 1d1f684958 proper handling of create-update-delete and edit checkbox labels 2014-01-25 15:38:12 +01:00
Michał 'rysiek' Woźniak 22b9871ecd proper handling of the "can edit" label depending on basic_edit_options and JS-enabled/disabled in part.internalshare; comments in part.linkshare 2014-01-25 14:38:02 +01:00
Michał 'rysiek' Woźniak 8810882535 add/remove internal sharewith JS animations 2014-01-25 03:20:11 +01:00
Michał 'rysiek' Woźniak fc11158909 last permission setting woes resolved 2014-01-25 02:57:50 +01:00
Michał 'rysiek' Woźniak ef583b2370 1. fixed 'not shared with anybody' message when event is link-shared via calendar in the event edit form (part.share.php); 2. permission checkboxes now properly set upon internal sharing via JS 2014-01-25 02:12:42 +01:00
Michał 'rysiek' Woźniak 9ffb7d38b7 autocomplete completed, yay! 2014-01-24 20:09:18 +01:00
Michał 'rysiek' Woźniak c0458b8aca implementing HTML+CSS sharing interface: time for JS; done: 1. adding and removing share-withs; 2. reacting to permission updates (for the time being without POSTing them) 2014-01-24 19:24:35 +01:00
Michał 'rysiek' Woźniak 177e327560 disabled event-editing scripts for link-shared calendars, as per:
https://github.com/owncloud/calendar/pull/308#issuecomment-33214846
2014-01-24 16:09:20 +01:00
Michał 'rysiek' Woźniak 3b2484a377 link-sharing JS code for both events and calendars now works 2014-01-24 05:14:16 +01:00
Michał 'rysiek' Woźniak 4fa0ef1bf5 single event sharing implemented, and properly (with pure HTML/CSS transitions, and as little JS as practical at this time).
it should be possible to add a completely JS-less implementation easily later.
2014-01-20 02:06:09 +01:00
Michał 'rysiek' Woźniak 012e8bc62d first working share -- achieved!
only the download link works, access the calendar with URL&download
2014-01-15 14:49:28 +01:00
Michał 'rysiek' Woźniak d16ec068c0 PVince81 helped with debug and now we have a "share with link" field in the sharing dialog in calendar, yay! 2014-01-14 22:21:44 +01:00
Benjamin Denham 7979c77fa3 Event title is no longer selected after being focused. 2013-12-19 16:45:38 +13:00
Jan-Christoph Borchardt 25dd6a7924 Merge pull request #230 from libasys/patch-6
Fix new Calendar button
2013-11-27 06:33:23 -08:00
ganomi e508cd87a3 Start autocomplete with first letter 2013-11-26 15:28:15 +01:00
libasys fe68b52949 Fix new Calendar button
Fix for https://github.com/owncloud/calendar/issues/172
2013-11-25 15:04:03 +01:00
Georg Ehrke fd30d85c49 Merge pull request #215 from libasys/patch-3
Update calendar.js
2013-11-22 12:08:07 -08:00
Jan-Christoph Borchardt d5c09e443f remove 'can delete' permission, also resolve CSS 'delete' class conflict 2013-11-21 11:29:30 +01:00
Jan-Christoph Borchardt 3257a19462 improve look of sharing tab 2013-11-21 11:24:49 +01:00
Jan-Christoph Borchardt a879d0b2b2 only append (group) indicator to groups, no need to put (user) after every user 2013-11-21 11:06:59 +01:00
Jan-Christoph Borchardt 81644e1ee4 fix size and scaling issues for event popup 2013-11-20 16:49:36 +01:00
libasys f437cd6354 Update calendar.js
Some small fix on edit an existing calendar. The old active variable checked the length of an checkbox ... so the return value was "2". Make this sense? Here's the fix!
2013-11-20 09:57:24 +01:00
Morris Jobke 780ea3b1cc not resizable event view - fix scrollbar 2013-11-19 00:02:15 +01:00