Wruczek
3704f427ad
News - change to fuzzy date
2022-12-05 02:26:56 +01:00
Wruczek
c28ab18fee
Add date to news
2022-09-27 00:54:03 +02:00
Wruczek
83d7d0b970
Don't store user language in session
...
So that we don't save it in every session on every page visit. Cookies are enough to remember selected language.
2022-06-30 03:47:15 +02:00
Sascha Moser
1dd01b5bb8
Update FontAwesome and jQuery ( #188 )
2021-10-16 01:52:27 +02:00
toster234
832bfbbc12
Copyright year update ( #205 )
2021-10-16 01:33:18 +02:00
toster234
e597b156c0
Bump version ( #204 )
2021-10-16 01:13:19 +02:00
Wruczek
e1a6345338
Remove utf8_encode polyfill ( #201 )
...
utf8_encode is included with PHP 7.2, which is our minimum required version.
2021-10-16 00:03:05 +02:00
Sascha Moser
70d2c7f870
Use minified day.js locale files
2021-02-05 22:31:37 +01:00
Sascha Moser
5ccd403085
Correct Version Comment
...
Just correcting the comment
2021-02-01 19:43:45 +01:00
Wruczek
411fa13807
Update versions of libs from CDNJS, remove an unused datatables plugin
2021-02-01 14:31:01 +01:00
Wruczek
fe60bbe7a7
Mark a channel hidden based on its needed subscribe power
2020-12-02 19:16:42 +01:00
Wruczek
3aca04e04c
Remove dayjs language fallback
2020-10-23 18:07:32 +02:00
Wruczek
9a5e05ca84
Fix an exception in viewer, when client had an empty away message
2020-10-23 18:06:46 +02:00
Wruczek
2ca6ac03d7
Replace moment.js with smaller day.js
2020-10-21 16:18:00 +02:00
Wruczek
f3d7584a46
Correct variable declaration in latte
2020-10-21 14:45:26 +02:00
Wruczek
753c6c7688
Minor improvements
2020-10-08 06:29:13 +02:00
Wruczek
b736b13286
Fix functions __ and __get having invalid parameter types
2020-10-08 06:28:26 +02:00
Wruczek
d93bff9634
More type declarations, minor code improvements
2020-10-06 23:09:58 +02:00
Wruczek
502a7d2fde
More minor improvements
...
- more type declarations
- remove config caching, it was a minor speed improvement, but a big confusion when website didnt updated after editing config
- fix issue where DB problems will display a PHP recursion error instead of the error template
2020-10-06 17:05:08 +02:00
Wruczek
16b6e829fe
Add more type declarations, support for hiding channels in viewer
2020-10-06 04:29:59 +02:00
Wruczek
8bcca7d0c1
Remove special support for TS server < 3.8.0
2020-10-06 04:27:56 +02:00
Wruczek
d0d9c91ab2
PHP 7 - type declarations, use secure pseudo randoms
2020-10-06 04:13:28 +02:00
toster234
415fcae523
Updated the year
2020-10-05 01:34:55 +02:00
toster234
e0c8a3ad4c
Bump version to dev-2.0.5.2
2020-10-05 01:33:14 +02:00
Wruczek
d7f5b01a04
v dev-2.0.5.1 - updated bundled composer libraries to their latest version
2019-12-19 13:54:31 +01:00
Wruczek
84beffd067
Make the icon in the assigner category config optional
2019-11-15 01:57:20 +01:00
Wruczek
e54fa125e2
Make faq questions full-width, easier to click on
2019-11-04 19:09:41 +01:00
Wruczek
cf6d9e046b
Fix query_displayip containing semicolon not showing in links
...
Closes #141
2019-11-02 17:34:03 +01:00
Wruczek
00a27f2e8e
Bump version to dev-2.0.5
2019-10-20 21:29:19 +02:00
Wruczek
58cd3e90dd
Added required servergroups to use group assigner
2019-10-18 19:58:05 +02:00
Wruczek
15a00998da
Extend session to 90 days ( #138 )
2019-10-18 18:39:00 +02:00
Wruczek
c79c8406cc
Bump version to dev-2.0.4
2019-06-05 05:04:34 +02:00
Wruczek
47fa208b30
Experimental IPv6 support
2019-06-05 05:01:23 +02:00
Wruczek
efe0e5a6ad
Minor fixes
2019-06-05 02:31:19 +02:00
Wruczek
2c23889da0
Updated CDN dependencies
2019-06-05 02:21:50 +02:00
Wruczek
2d6c91f809
Small fixes
2019-04-22 17:40:39 +02:00
Wruczek
ad2296e74e
Use location = location instead of location.reload
...
location.reload re-submits POST forms, while location = location does not
2019-04-22 17:37:29 +02:00
Wruczek
1beeb011a0
Small CSS/HTML fixes
2019-04-09 00:21:55 +02:00
Wruczek
acb163302c
Version bump
2019-03-21 03:43:06 +01:00
Wruczek
cfa71d7521
Show english language name when hovering over language dropdown item
2019-03-21 03:27:01 +01:00
Wruczek
119443bbe8
Add IP debug to the login modal ( #114 )
2019-03-01 06:12:11 +01:00
Wruczek
be9baee799
Typo...
2019-02-01 03:21:30 +01:00
Wruczek
972c2e6520
Fixed a bug during installation
...
It set the "option" on the dbconfig and saved it to the config file as a string. Then it failed to load the file.
2019-02-01 03:05:56 +01:00
Wruczek
d4f1efe96a
Throw DB exceptions instead of silently failing
2019-01-30 15:59:55 +01:00
Wruczek
5e5fb356c7
Fixed a directory creation bug
...
When the cache directory for servericons was not found, the ServerIconCache tried to create one. Due to a bug, the created directory had no permissions and was inaccessible
2019-01-19 15:25:25 +01:00
Wruczek
9257912eb7
Version bump
2019-01-15 13:39:44 +01:00
Wruczek
355df433c1
Added a ban list loader, hiding the table until it fully initializes
2019-01-15 13:29:39 +01:00
Wruczek
d36099a8e3
Fixed priority speaker icon in viewer
2019-01-13 21:26:34 +01:00
Wruczek
f45e0a03d8
Configurable language cache interval, sort languages by their native name
2019-01-10 13:16:25 +01:00
Wruczek
be2a2dc473
Make use of DateUtils class, update composer error message
2019-01-10 12:50:12 +01:00