aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* move line-endings fix to forms.jsB. Stack2022-08-12
| | | | | | By moving the line-endings fix to this one source location of fileContents, we avoid having to modify multiple places where the input is parsed.
* restore putVcalendarToCollection, hide dl buttonB. Stack2022-08-12
| | | | | And also improve code formatting and comments to match rest of project.
* fully fix the import-event function!B. Stack2022-08-12
|
* hide upload button when editing existing eventB. Stack2022-08-11
|
* WIP: makes two objects, each with quirksB. Stack2022-08-11
| | | | | | | | The first one created does not show the calendar-in-use, but you can edit it and choose the calendar. It will then make yet another calendar entry on the screen, and only the one caldav entry. The second object has the correct calendar-in-use, and lets you edit. When you try to save it, it throws error 409 Cannot save because it found duplicate.
* WIP: uploaded event is clickable! But...B. Stack2022-08-11
| | | | | | | when you view/edit the object, the "Calendar" drop-down is not pre-populated. The user can select the calendar, but then upon saving it gets duplicated in the global list. Also, it is possible that newlines can get mangled and then refused by the server?
* WIP: newEvent has full UID nowB. Stack2022-08-11
| | | | | But the globalEventList.events[rid] still does not have this entry. Somehow I still need to add the new event to that!
* WIP: uploaded event is visible but not clickableB. Stack2022-08-11
| | | | | | The new event now populates in the visual calendar, but the user cannot edit/view the details. The etag is not returned, which I think is the last piece.
* WIP: add upload functionality, part 1B. Stack2022-08-10
| | | | | | | | The upload button now calls logic, which does a rudimentary upload. The new item can successfully be saved to the server, but the event does not immediately show up in the InfCloud view. The user has to reload the web page to see the new event, which of course is not ideal. There must be a way to add the new object immediately.
* add my preferred contact display settingsB. Stack2022-06-04
|
* add %post run update-infcloud-cacheB. Stack2022-05-26
|
* make keyboard navigation easierB. Stack2022-05-26
|
* disable stub upload stuffB. Stack2022-05-21
|
* re-add accountSettings parameterB. Stack2022-05-19
|
* remove dash from Release in specB. Stack2022-05-19
|
* use custom version number, and increment itB. Stack2022-05-19
|
* add English (24h) localization and remove othersB. Stack2022-05-19
|
* document perUserAdditionalResources, and add UTCB. Stack2022-05-19
|
* improve specB. Stack2022-05-19
|
* add perUserAdditionalResources supportB. Stack2022-05-19
| | | | | This allows per-user additional calendars, for viewing shared items.
* symlink /etc/infcloud/cache.manifestB. Stack2022-05-17
|
* update readme and specB. Stack2022-05-17
|
* add initial rpm spec and stackrpms readmeB. Stack2022-05-17
|
* improve config, and add .gitremotesB. Stack2022-05-17
|
* fix upload button add eventB. Stack2022-05-16
|
* change name to CalendarB. Stack2022-05-16
|
* Add Download button, and stub import buttonB. Stack2022-04-28
| | | | | | | References include: https://javascript.info/file https://stackoverflow.com/questions/44555950/custom-download-name-with-javascript-or-jquery/44556846#44556846 https://stackoverflow.com/a/16137606
* Update for Radicale 3.1.6HEADmasterUnrud2022-04-18
|
* Search web_data independent of working directoryUnrud2022-04-18
|
* Add option for InfCloud configurationUnrud2022-01-19
| | | | Closes #15
* Update for Radicale 3.1.1Unrud2022-01-19
|
* Add note for refresh bugUnrud2022-01-19
|
* Install without gitUnrud2020-08-07
|
* Update for Radicale 3.0.xUnrud2020-05-19
|
* Add .gitignoreUnrud2020-05-19
|
* update emailUnrud2018-08-29
|
* add dependency on radicaleUnrud2018-08-29
|
* Move VERSION to setup.pyUnrud2018-08-29
|
* Use os.walk instead of glob (fixes #2)Unrud2017-07-27
|
* Update ReadMeUnrud2017-07-26
|
* Update package for new web plugin interfaceUnrud2017-06-04
|
* Update licenseUnrud2017-05-16
| | | | Change the license for RadicaleWeb itself to GPL-3.0. The whole package still uses AGPL-3.0 because InfCloud is included.
* Add link to forkUnrud2017-05-16
|
* Add screenshotsUnrud2017-05-16
|
* Fix spelling mistakeUnrud2017-05-16
|
* InfCloud: Allow empty passwordsUnrud2017-04-12
|
* InfCloud: ConfigureUnrud2017-04-12
|
* InfCloud: Update to 0.13.2rc1Unrud2017-04-12
|
* Add description and clearify install instructionsUnrud2017-04-02
|
* use ResourceManager API to access web contentUnrud2017-03-22
|
bgstack15