| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-09-07 | 1 | -9/+13 |
|\ |
|
| * | minor fix to event sync | redmatrix | 2015-09-07 | 1 | -9/+13 |
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-09-07 | 1 | -0/+19 |
|\| |
|
| * | create event sync packets | redmatrix | 2015-09-07 | 1 | -0/+19 |
* | | more work on AccessList integration | redmatrix | 2015-08-27 | 1 | -37/+15 |
* | | edited event showing bad signature and null_date for edit timestamp | redmatrix | 2015-08-24 | 1 | -0/+5 |
* | | more work on tasks | redmatrix | 2015-08-20 | 1 | -5/+17 |
* | | some event related fixes and some base work for implementing native tasks (to... | redmatrix | 2015-08-20 | 1 | -10/+6 |
* | | do ical export before checking logged in channel | redmatrix | 2015-08-20 | 1 | -23/+21 |
* | | check perms on ical attachments | redmatrix | 2015-08-19 | 1 | -3/+6 |
* | | event integration improvements | redmatrix | 2015-08-19 | 1 | -1/+25 |
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-07-31 | 1 | -1/+1 |
|\| |
|
| * | consistency of event form | redmatrix | 2015-07-31 | 1 | -1/+1 |
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-07-27 | 1 | -2/+16 |
|\| |
|
| * | crude but more or less functional event import from thunderbird ics files | redmatrix | 2015-07-26 | 1 | -2/+16 |
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-07-23 | 1 | -2/+1 |
|\| |
|
| * | event privacy issue | redmatrix | 2015-07-23 | 1 | -2/+1 |
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-07-21 | 1 | -0/+1 |
|\| |
|
| * | provide content-disposition for exported ics file | redmatrix | 2015-07-20 | 1 | -0/+1 |
* | | Merge branch 'master' into tres | redmatrix | 2015-05-14 | 1 | -1/+1 |
|\ \ |
|
| * | | missed one... | redmatrix | 2015-05-06 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'master' into tres | friendica | 2015-04-23 | 1 | -2/+57 |
|\| |
|
| * | provide ways to over-ride the datetime pickers | friendica | 2015-03-26 | 1 | -1/+3 |
| * | lost ability to delete events | friendica | 2015-02-15 | 1 | -0/+31 |
| * | bring some styling back to the colorbox and improve the event preview ability | friendica | 2015-02-09 | 1 | -0/+12 |
| * | event form - provide map ability for location field and add preview ability | friendica | 2015-02-09 | 1 | -0/+9 |
| * | help text for the "adjust for viewer timezone" toggle switch since you appare... | friendica | 2015-02-08 | 1 | -1/+1 |
* | | Merge branch 'master' into tres | friendica | 2015-02-08 | 1 | -4/+3 |
|\| |
|
| * | make default calendar view ambivalent to the state of the ignore flag. | friendica | 2015-02-08 | 1 | -3/+2 |
| * | style the checkboxes in the event form | friendica | 2015-02-05 | 1 | -1/+1 |
| * | event form cleanup backported from trinidad - still need to style the checkboxes | friendica | 2015-02-05 | 1 | -3/+4 |
* | | cleanup event form and various required indicators on inputs | friendica | 2015-01-29 | 1 | -3/+4 |
* | | Merge branch 'master' into tres | friendica | 2015-01-29 | 1 | -16/+16 |
|\| |
|
| * | local_user => local_channel | friendica | 2015-01-28 | 1 | -16/+16 |
* | | heavy lifting converting item flag bits | friendica | 2015-01-22 | 1 | -1/+1 |
|/ |
|
* | Allow tags in event description and location | Stefan Parviainen | 2015-01-13 | 1 | -0/+4 |
* | add event export (this month) to event UI | friendica | 2014-11-24 | 1 | -0/+12 |
* | Switch to a better datetime picker widget | Stefan Parviainen | 2014-11-16 | 1 | -5/+4 |
* | PostgreSQL support initial commit | Habeas Codice | 2014-11-13 | 1 | -4/+4 |
* | If entered event info is not valid, let user try again with the old info stil... | Stefan Parviainen | 2014-10-21 | 1 | -7/+26 |
* | Don't display date format, it's already in the placeholder text | Stefan Parviainen | 2014-10-19 | 1 | -6/+0 |
* | Changes in the datetimesel api, prevent user from picking event end date earl... | Stefan Parviainen | 2014-10-19 | 1 | -2/+2 |
* | Give an error if event is supposed to end before it starts. Closes friendica/... | Stefan Parviainen | 2014-10-19 | 1 | -2/+4 |
* | Initial stab at better general datetime picker | Stefan Parviainen | 2014-10-18 | 1 | -17/+2 |
* | missing event permissions | friendica | 2014-10-15 | 1 | -0/+1 |
* | This is long overdue - use a symblic constant NULL_DATE instead of the easily... | friendica | 2014-09-08 | 1 | -1/+1 |
* | add categories to events | friendica | 2014-09-07 | 1 | -1/+50 |
* | more work on the event edit form | friendica | 2014-09-05 | 1 | -0/+2 |
* | put a date and time picker on events | friendica | 2014-09-04 | 1 | -5/+29 |
* | numerous event fixes - mostly related to editing an event | friendica | 2014-07-06 | 1 | -22/+41 |