Shish
|
dde38ce403
|
ql
|
2019-11-21 17:35:41 +00:00 |
|
Shish
|
417f16079b
|
more environment setup
|
2019-11-21 17:34:07 +00:00 |
|
Shish
|
17e2662d06
|
reduce CI CPU use while testing...
|
2019-11-21 17:30:19 +00:00 |
|
Shish
|
30df57eaf5
|
use php's database names
|
2019-11-21 17:28:13 +00:00 |
|
Shish
|
d00f0cdbe7
|
install pgsql driver
|
2019-11-21 17:25:05 +00:00 |
|
Shish
|
849d04bf7a
|
more phpunit
|
2019-11-21 17:18:43 +00:00 |
|
Shish
|
1e4f08e9e9
|
updates for phpunit 8
|
2019-11-21 17:16:11 +00:00 |
|
Shish
|
4026181219
|
composer updates
|
2019-11-21 17:12:08 +00:00 |
|
Shish
|
d91e7fa136
|
testing github actions
|
2019-11-21 16:59:07 +00:00 |
|
Shish
|
659ef7dac9
|
update dependencies
|
2019-11-14 18:24:09 +00:00 |
|
Shish
|
962f6073ff
|
sqlite requires limit/offset, offset/limit is treated as a syntax error
|
2019-11-11 16:53:11 +00:00 |
|
Shish
|
c94f289291
|
html_escape all exception messages - pass query out-of-band if we want it formatted
|
2019-11-11 16:43:42 +00:00 |
|
Shish
|
6486bb95da
|
name_to_id
|
2019-11-11 16:43:42 +00:00 |
|
Shish
|
247cfcbd77
|
Avoid shadowing global variable
When we aren't referencing the current `global $user`, we should give it
a different name to avoid confusion
|
2019-11-11 16:43:42 +00:00 |
|
Shish
|
bde49c4f5e
|
paged ip bans
|
2019-11-11 12:52:11 +00:00 |
|
Shish
|
418f5484ed
|
show types
|
2019-11-08 18:54:32 +00:00 |
|
Shish
|
10b9e0ccbc
|
fix page number logic
|
2019-11-08 17:34:06 +00:00 |
|
Shish
|
1a4a76c324
|
php...
|
2019-11-05 00:19:31 +00:00 |
|
Shish
|
15e61c5bf4
|
restore strtotime, for +4 months etc
|
2019-11-05 00:16:26 +00:00 |
|
Shish
|
c7d90c2df7
|
nits
|
2019-11-04 01:04:12 +00:00 |
|
Shish
|
7601140825
|
missed a spot
|
2019-11-04 01:03:47 +00:00 |
|
Shish
|
f79eafc91e
|
format
|
2019-11-04 00:42:06 +00:00 |
|
Shish
|
d17e207984
|
Have get_arg never return null
90% of places assume it will never return null, and they will break in
weird ways if it does return null
|
2019-11-04 00:40:10 +00:00 |
|
Shish
|
fc7da5114f
|
fixes
|
2019-11-03 23:43:35 +00:00 |
|
Shish
|
954158ad43
|
typo
|
2019-11-03 23:32:55 +00:00 |
|
Shish
|
503d93a28e
|
syntax
|
2019-11-03 23:29:29 +00:00 |
|
Shish
|
bcf7947837
|
use timestamps for bans, consistency at last /o/
|
2019-11-03 23:17:09 +00:00 |
|
Shish
|
f15a95b4de
|
more version
|
2019-11-03 19:49:52 +00:00 |
|
Shish
|
539dd66fe8
|
ipban version
|
2019-11-03 19:43:39 +00:00 |
|
Shish
|
ee948352a5
|
defaults
|
2019-11-03 19:25:51 +00:00 |
|
Shish
|
0e660f5aba
|
mysql...
|
2019-11-03 19:15:09 +00:00 |
|
Shish
|
c41378f0b9
|
text can't have default in mysql...
|
2019-11-03 19:11:48 +00:00 |
|
Shish
|
494ba15a70
|
log every ext version change
|
2019-11-03 19:04:57 +00:00 |
|
Shish
|
4f0ee38508
|
slightly more verbose docker install
|
2019-11-03 18:55:37 +00:00 |
|
Shish
|
0fa371c7b0
|
create tables before init
|
2019-11-03 18:32:50 +00:00 |
|
Shish
|
c58a13ae88
|
formatting
|
2019-11-03 18:28:38 +00:00 |
|
Shish
|
427acc55a0
|
Merge branch 'master' of https://github.com/shish/shimmie2
|
2019-11-03 18:28:16 +00:00 |
|
Shish
|
6bc33ee691
|
Drop SCORE_DATETIME/NOW - all the databases we care about now support TIMESTAMP/CURRENT_TIMESTAMP
|
2019-11-03 18:28:05 +00:00 |
|
Shish
|
e2cac352f5
|
start of ban types
|
2019-11-03 17:53:52 +00:00 |
|
Shish
|
0fab821d77
|
set DB timeout to a large number for upgrades
|
2019-11-03 17:53:41 +00:00 |
|
Shish
|
1210498e41
|
fix typo in image flag setting
|
2019-11-03 17:21:58 +00:00 |
|
Shish
|
2f23a11096
|
manual db upgrade command
|
2019-11-03 17:21:05 +00:00 |
|
Shish
|
031c441e47
|
split DatabaseUpgrade into a separate event from InitExt
|
2019-11-03 17:21:05 +00:00 |
|
Shish
|
ee3754ae79
|
Merge branch 'master' of https://github.com/shish/shimmie2
|
2019-11-03 16:28:00 +00:00 |
|
Shish
|
ac5546c6ef
|
remove more old comments
|
2019-11-03 16:22:59 +00:00 |
|
Shish
|
b568933f45
|
remove extension metadata comments (we have metadata objects now)
|
2019-11-02 20:19:09 +00:00 |
|
Shish
|
55c6854003
|
formatting
|
2019-11-02 19:57:34 +00:00 |
|
Shish
|
aabc69033b
|
Merge pull request #687 from sanmadjack/pull
Various changes
|
2019-11-02 19:55:59 +00:00 |
|
Matthew Barbour
|
6b22f6da3f
|
Cleanup
|
2019-11-01 23:55:23 -05:00 |
|
Matthew Barbour
|
6e320a090e
|
Better help page nav system integration
|
2019-11-01 23:55:16 -05:00 |
|