El RIDO
be30f8e78f
tag needs to be signed
2022-12-11 06:15:13 +01:00
github-actions[bot]
dc60d6b27e
Merge remote-tracking branch 'origin/master' into php8
2022-12-11 04:09:19 +00:00
El RIDO
b5602dd1ae
incrementing version
2022-12-11 05:02:15 +01:00
El RIDO
d8bcc58d22
Merge branch 'master' into admin
2022-12-05 20:40:33 +01:00
github-actions[bot]
36925687b2
Merge remote-tracking branch 'origin/master' into php8
2022-11-18 04:39:49 +00:00
El RIDO
910675c74b
apply StyleCI fix
2022-11-18 05:38:37 +01:00
github-actions[bot]
e888877f23
Merge remote-tracking branch 'origin/master' into php8
2022-11-18 04:37:18 +00:00
El RIDO
4056057a3c
updated some links to https
2022-11-18 05:36:33 +01:00
El RIDO
07bc3285aa
moved glob iterator pattern to const, documentation
2022-11-18 05:36:06 +01:00
El RIDO
46c0fc851c
Merge branch 'master' into php8
2022-11-17 06:04:12 +01:00
El RIDO
02a7be4673
Merge pull request #1014 from PrivateBin/bin
...
bin cleanup, testing migration script
2022-11-17 05:36:05 +01:00
El RIDO
e76090229b
Merge pull request #1018 from PrivateBin/upgrade-libs
...
upgrade JS libraries
2022-11-17 05:35:37 +01:00
El RIDO
08854db6d6
documented change
2022-11-13 14:27:11 +01:00
El RIDO
4e2ff47b1c
add an administrative script
2022-11-13 11:18:56 +01:00
El RIDO
97047a6ef6
upgrade JS libraries
2022-11-13 06:37:23 +01:00
El RIDO
b8593b1bf2
use a glob iterator to stream through as many matches as needed
2022-11-10 20:36:15 +01:00
El RIDO
b3699cae8f
Merge branch 'master' into bin
2022-11-10 19:28:29 +01:00
El RIDO
b53df70227
Merge pull request #1008 from PrivateBin/jdenticons-test
...
Jdenticons size and speed test results
2022-11-10 07:28:13 +01:00
El RIDO
b2ef205411
extended script to test jdenticon ImageMagick and documented option to work without GD
2022-11-07 19:42:20 +01:00
El RIDO
c0758e7bbb
correct labels, Jdenticon renders PNG or SVG, both in pure PHP
2022-11-07 19:09:16 +01:00
El RIDO
e5487cee48
Merge branch 'master' into bin
2022-11-07 07:34:34 +01:00
El RIDO
2fa58b9198
Merge pull request #1015 from PrivateBin/thai
...
enable and credit Thai translation
2022-11-07 07:33:53 +01:00
El RIDO
e970fbce8d
Merge pull request #1013 from PrivateBin/crowdin-translation
...
New Crowdin updates
2022-11-07 07:13:29 +01:00
El RIDO
89df4a54ec
enable and credit Thai translation
2022-11-07 07:12:40 +01:00
PrivateBin Translator Bot
b0c61cc208
New translations en.json (Thai)
2022-11-07 00:58:25 +01:00
PrivateBin Translator Bot
d4d4687464
New translations en.json (Thai)
2022-11-07 00:01:51 +01:00
El RIDO
0288d94a68
regenerate composer.lock with PHP 7.2 for Scrutinizer
2022-11-06 09:39:29 +01:00
El RIDO
94aab6d64b
apply StyleCI patch
2022-11-06 09:12:42 +01:00
El RIDO
a799351db3
re-use logic from _getExpiredPastes()
...
Scrutinizer pointed out that the dieerr() function isn't available in this
class. Code does work when invoked by migrate script, but this way it would
also work in other contexts.
2022-11-06 09:09:50 +01:00
El RIDO
8ede84f000
disable test when PHP < 7.2
...
It started failing after we removed the cache from the Database class,
but the behaviour is still correct (exception when something goes wrong
during comment storing).
2022-11-06 08:21:32 +01:00
El RIDO
6caf1143df
add a verification step for investigating failures in tests below PHP 7.2
2022-11-06 08:13:07 +01:00
El RIDO
669c98550c
add a version check, the third argument in getopt requires PHP >= 7.1
2022-11-06 08:05:41 +01:00
El RIDO
14075cea78
trying a different approach to get that exception 70 triggered reliably
2022-11-06 07:53:43 +01:00
El RIDO
bde7a19971
apply StyleCI patch
2022-11-06 07:43:19 +01:00
El RIDO
5195adfdb9
simple migration test
2022-11-06 07:41:05 +01:00
El RIDO
3028c22c20
be more efficient
2022-11-06 07:40:39 +01:00
PrivateBin Translator Bot
9f1e95f588
New translations en.json (Thai)
2022-11-06 03:21:05 +01:00
PrivateBin Translator Bot
3e3d93c9c2
New translations en.json (Thai)
2022-11-06 02:18:55 +01:00
PrivateBin Translator Bot
d46398fc22
New translations en.json (Thai)
2022-11-05 23:30:32 +01:00
PrivateBin Translator Bot
15ce736bc8
New translations en.json (Thai)
2022-11-05 20:25:29 +01:00
El RIDO
f4eed668e7
seems impacted by removal of cache, let's see if we can adjust the test
2022-11-05 10:00:12 +01:00
El RIDO
9a1f3aeca5
update Jdenticon library
2022-11-05 09:44:35 +01:00
El RIDO
07ad9ad0f4
typo, found by Scrutinizer
2022-11-05 09:37:24 +01:00
El RIDO
833cf93209
address Scrutinizer warning
...
> The variable $bucket does not seem to be defined for all execution paths leading up to this point.
2022-11-05 09:35:19 +01:00
El RIDO
62bb68344c
move all scripts into one location
...
- standardize includes, namings
- made migrate executable
- updated ConfigurationCombinationsTest generator to work with current persistance API
2022-11-05 09:32:30 +01:00
El RIDO
8389c2a2d6
minor optimization, let the PDO driver do that for us
2022-11-05 08:46:42 +01:00
El RIDO
05f77e45bc
Merge branch 'felixjogris-migrate'
2022-11-05 08:29:40 +01:00
El RIDO
a33721e3ab
Merge branch 'migrate' of https://github.com/felixjogris/PrivateBin into felixjogris-migrate
2022-11-05 08:27:40 +01:00
Felix J. Ogris
10013ad092
syntax bot
2022-11-04 21:27:27 +01:00
Felix J. Ogris
75d28ef423
_sanitizeClob touches no instance variables
2022-11-04 21:25:53 +01:00