Releases Tags
-
v0.1.0
released this 1 year ago | 16 commits to main since this release
Version 0.1.0 brings a big update to Planado: Recurring Events are finally possible!
Changelog
index.php
Now generates a random string that is used to generate room-, invite- and admin-IDs. This was done bybooking.php
and could have led to multiple bookings if the site was reloaded.index.php
&admin.php
now usePOST
instead ofGET
to prevent clutteringindex.php
now offers the option to create recurring eventsbooking.php
&admin.php
now access two additional database columns:recev
(BIGINT) andrectype
(CHAR(16)). This is also reflected increate_db.php
Please update your database accordingly!cleanup.php
checks therecev
andrectype
DB entries before deleting old entries. If it finds a recurring event, it updates the entries' new timestamp and generates a new room-id (invite-id remains the same).cal.php
now also creates a recurring event if necessary- When loading external scripts (configs & libs), we now use robust full paths. This enables us to call scripts externally (e.g.
cleanup.php
via cron) - some minor CSS and layout fixes
Downloads
-
v0.0.2
released this 1 year ago | 31 commits to main since this release
We are delighted to release the second Alpha release of Planado so soon. We worked mainly on quality of life improvement this time.
Changelog
booking.php
&admin.php
: Now contain a button to copy the content of the information table. This is done via an invisible<textarea>
and some simple javascript.booking.php
: Now also contains a button to send the information via mail. This is a simplemailto:
URL which does not require special set up on the server side. The URL is interpreted by the client's OS and used in their configured mail client.
Downloads
-
v0.0.1
released this 1 year ago | 43 commits to main since this release
We are proud to release the first Alpha release of Planado!
Features
- Easy, semi-automatic deployment via
create_db.php
- Private by design. Logs no critical information about the users and saves no identifyable information (data minimalism)
- Jitsi-Instance does not need to be aware of Planado. Planado sits transparently on top of Jitsi-Meet.
index.php
: Start conference directly or start planning a conferencebooking.php
: Simple table of important information about planned/booked conferences. Also links tocal.php
,inv.php
andadmin.php
cal.php
: Generates calendar file (.ics
) which can be important on any modern calendar applicationadmin.php
: Gives moderators the option to change details about the conference after bookinginv.php
: Makes users wait until the conference starts. Autromatically reloads and polls the database
Downloads
- Easy, semi-automatic deployment via