Commit graph

27280 commits

Author SHA1 Message Date
Mike Macgirvin
8f47c94111 more js cleanup 2023-01-01 20:24:13 +11:00
Mike Macgirvin
2ef0d34d0c restructure 2023-01-01 19:13:37 +11:00
Mike Macgirvin
fbc365a044 Enable checkin/checkout buttons only when there are geo coordinates and check the button state on every location change. 2023-01-01 16:42:36 +11:00
Mike Macgirvin
bb950fcc02 fix a few more places where hubloc_addr confusion can potentially occur. 2023-01-01 07:02:03 +11:00
Mike Macgirvin
977f3cf82c Merge branch 'dev' of codeberg.org:streams/streams into dev 2023-01-01 06:21:11 +11:00
Mike Macgirvin
d633a5141c update features 2023-01-01 06:20:19 +11:00
Mike Macgirvin
c6f4a763db Merge branch 'dev' of codeberg.org:streams/streams into dev 2022-12-31 11:07:42 -08:00
Mike Macgirvin
b5259755f7 update 2022-12-31 11:06:48 -08:00
Mike Macgirvin
ef14363406 bug report - apparently some arrays aren't getting encapsulated and that can only happen if they're empty. 2023-01-01 06:04:18 +11:00
Mike Macgirvin
a2d388f56d simplify 2022-12-31 18:54:22 +11:00
Mike Macgirvin
3c7245b6bc rephrase 2022-12-31 16:18:07 +11:00
Mike Macgirvin
52992f92be Merge branch 'dev' of codeberg.org:streams/streams into dev 2022-12-31 10:40:01 +11:00
Mike Macgirvin
515b98f4fd update 2022-12-31 10:39:07 +11:00
Mike Macgirvin
6dc8e6fcb8 strings update 2022-12-30 14:35:34 -08:00
Mike Macgirvin
5f4d24af44 clean up the profile edit page a bit 2022-12-31 08:40:20 +11:00
Mike Macgirvin
a45dc7a076 remove duplicated code 2022-12-31 07:20:19 +11:00
Mike Macgirvin
23b87b24af Merge branch 'dev' of codeberg.org:streams/streams into dev 2022-12-31 05:42:35 +11:00
Mike Macgirvin
0cda345c9a Merge branch 'dev' of codeberg.org:streams/streams into dev 2022-12-31 05:41:23 +11:00
Mike Macgirvin
e7fd93f3a2 cleanup 2022-12-31 05:41:02 +11:00
Mike Macgirvin
ee743514f8 remove redundant oauth server options 2022-12-30 20:13:33 +11:00
Mike Macgirvin
417027f980 cleanup 2022-12-30 13:56:52 +11:00
Mike Macgirvin
1854cb66ea Merge branch 'dev' of codeberg.org:streams/streams into dev 2022-12-30 07:46:37 +11:00
Mike Macgirvin
89baa536d7 updates 2022-12-30 07:45:55 +11:00
(streams)
1d30676865 Merge pull request 'Update of the easyinstall setup script' (#26) from dragondaddy/streams:easyinstall into dev
Reviewed-on: https://codeberg.org/streams/streams/pulls/26
2022-12-29 20:40:24 +00:00
dragondaddy
eda011b306 Merge branch 'dev' into easyinstall 2022-12-29 20:35:19 +00:00
Papa Dragon
08b339952d Woops, git conflict, trying to solve this 2022-12-29 21:31:07 +01:00
Mike Macgirvin
59c4ea8558 Merge branch 'dev' of codeberg.org:streams/streams into dev 2022-12-29 19:08:44 +11:00
Mike Macgirvin
06b51d1f86 add refresh token grant type 2022-12-29 19:07:40 +11:00
Mike Macgirvin
f776e212c4 version 2022-12-28 12:13:33 -08:00
Mike Macgirvin
d2771649a8 fix comment edits 2022-12-28 12:51:30 +11:00
Papa Dragon
1f046602d1 Changed the way presence of mysql server is tested ("which" rather than "type") 2022-12-27 11:57:27 +01:00
Papa Dragon
e4343c3b5a PHP version stuff, again 2022-12-27 01:22:06 +01:00
Papa Dragon
281400bb26 As the easyinstall folder was moved to contrib, a few things needed to be changed 2022-12-27 01:03:15 +01:00
Papa Dragon
749f5a74f2 Typo 2022-12-27 00:33:47 +01:00
Mike Macgirvin
1e23601eed Alter behaviour accordingly if we're commenting on something that originated on a Twitter-like platform. 2022-12-27 00:33:47 +01:00
Mike Macgirvin
88aac5b769 happy holidays 2022-12-27 00:33:47 +01:00
Papa Dragon
183f93968b We use apt-cache to check if we can install php8.* before running an actual install 2022-12-26 23:40:53 +01:00
Mike Macgirvin
9a9b850028 Merge branch 'dev' of codeberg.org:streams/streams into dev 2022-12-25 21:21:14 -08:00
Mike Macgirvin
bd57ab5bde happy holidays 2022-12-25 21:19:04 -08:00
Papa Dragon
ee8c31e568 Fix deprecated apt-key so we can use sury repo to install php 8.* 2022-12-26 00:55:49 +01:00
Mike Macgirvin
b1757a8d73 Merge branch 'dev' of codeberg.org:streams/streams into dev 2022-12-26 07:28:35 +11:00
(streams)
ebe9434476 Merge pull request 'Prevent nocheck_install from removing anything' (#25) from dragondaddy/streams:easyinstall into dev
Reviewed-on: https://codeberg.org/streams/streams/pulls/25
2022-12-25 20:26:29 +00:00
Mike Macgirvin
0c08594abf Merge branch 'dev' of codeberg.org:streams/streams into dev 2022-12-26 07:14:44 +11:00
Mike Macgirvin
dd77203d2a Alter behaviour accordingly if we're commenting on something that originated on a Twitter-like platform. 2022-12-26 07:12:42 +11:00
Papa Dragon
c20218a76e Prevent nocheck_install from removing anything 2022-12-25 19:06:33 +01:00
(streams)
75bb34d894 Merge pull request 'Run check_sanity before doing anything' (#24) from dragondaddy/streams:easyinstall into dev
Reviewed-on: https://codeberg.org/streams/streams/pulls/24
2022-12-24 19:50:20 +00:00
Papa Dragon
14cbec01e2 Run check_sanity before doing anything 2022-12-23 02:24:36 +01:00
(streams)
71c38e0229 Merge pull request 'dev' (#23) from ojrandom/streams:dev into dev
Reviewed-on: https://codeberg.org/streams/streams/pulls/23
2022-12-22 22:16:55 +00:00
OJ Random
2b68e67c3c warning message 2022-12-22 22:36:47 +01:00
OJ Random
d07bb40a0d Merge remote-tracking branch 'mike/dev' into dev 2022-12-22 22:35:54 +01:00