Vervis/templates
fr33domlover 8fc5c80dd6 New Network.FedURI with separate URI modes for dev and for fediverse
FedURIs, until now, have been requiring HTTPS, and no port number, and DNS
internet domain names. This works just fine on the forge fediverse, but it
makes local dev builds much less useful.

This patch introduces URI types that have a type tag specifying one of 2 modes:

- `Dev`: Works with URIs like `http://localhost:3000/s/fr33`
- `Fed`: Works with URIs like `https://dev.community/s/fr33`

This should allow even to run multiple federating instances for development,
without needing TLS or reverse proxies or editing the hosts files or anything
like that.
2019-07-23 13:59:48 +00:00
..
discussion New Network.FedURI with separate URI modes for dev and for fediverse 2019-07-23 13:59:48 +00:00
group Allow ticket author to be a remote actor 2019-06-07 04:26:32 +00:00
key Add CSRF token to all buttons through a new buttonW widget 2018-07-11 08:15:19 +00:00
person In inbox and notifications views, add missing space between words 2019-06-30 15:20:40 +00:00
project Allow ticket author to be a remote actor 2019-06-07 04:26:32 +00:00
repo Allow ticket author to be a remote actor 2019-06-07 04:26:32 +00:00
sharer Paginate list of sharers on the server 2016-06-06 14:05:06 +00:00
ticket Rename TicketDepR to TicketDepOldR; we're going to use TicketDepR in a new way 2019-07-08 15:54:41 +00:00
widget New Network.FedURI with separate URI modes for dev and for fediverse 2019-07-23 13:59:48 +00:00
workflow Add CSRF token to all buttons through a new buttonW widget 2018-07-11 08:15:19 +00:00
default-layout-wrapper.hamlet DarcsRev widget in default layout footer 2016-05-18 08:35:13 +00:00
default-layout.cassius Display instance host at the top of all pages 2019-03-04 09:06:23 +00:00
default-layout.hamlet New Network.FedURI with separate URI modes for dev and for fediverse 2019-07-23 13:59:48 +00:00
homepage.hamlet Fix layout bug in homepage 2019-05-05 15:39:14 +00:00
password-field.hamlet Implement registration and make it build 2016-02-23 02:27:01 +00:00
people.hamlet Switch actor ID URIs to be /s/ACTOR instead of /p and /g 2019-02-14 22:13:58 +00:00
person-new.hamlet Remove titles from all pages, the breadcrumb already shows them 2016-05-02 14:30:15 +00:00
person.hamlet Add "about" field to person table, display in person page 2019-01-26 23:39:13 +00:00
personal-overview.hamlet In personal overview page, add link to personal inbox 2019-05-05 11:14:23 +00:00
wiki.hamlet Initial minimal optional per-project wiki 2016-06-04 06:57:54 +00:00