Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into php8php8 | github-actions[bot] | 2022-06-10 | 1 | -0/+14 |
|\ | |||||
| * | Merge pull request #937 from PrivateBin/dependabot | El RIDO | 2022-06-10 | 1 | -0/+14 |
| |\ | | | | | | | Add/enable Dependabot to keep dependencies up-to-date | ||||
| | * | Add/enable Dependabot to keep dependencies up-to-date | rugk | 2022-06-09 | 1 | -0/+14 |
| |/ | | | | | | | | | | | | | Enabled update checking via Dependabot for * GitHub Actions for updates or in case you are going to use that (just my default) * PHP aka Composer We successfully use it [for our Docker container](https://github.com/PrivateBin/docker-nginx-fpm-alpine/blob/master/.github/dependabot.yml) and IMHO that has worked quite well, so IMHO, we can also use it here now. | ||||
* | | Merge remote-tracking branch 'origin/master' into php8 | github-actions[bot] | 2022-06-08 | 1 | -28/+28 |
|\| | |||||
| * | Merge pull request #936 from AnonymousWP/master | El RIDO | 2022-06-08 | 1 | -28/+28 |
| |\ | | | | | | | Add missing Dutch translations | ||||
| | * | Add Dutch translations | AnonymousWP | 2022-06-08 | 1 | -28/+28 |
| |/ | | | | | | | Also fixed Dutch spelling and grammar mistakes. | ||||
* | | Merge remote-tracking branch 'origin/master' into php8 | github-actions[bot] | 2022-06-06 | 1 | -0/+10 |
|\| | |||||
| * | Merge pull request #935 from PeGaSuS-Coder/patch-1 | El RIDO | 2022-06-06 | 1 | -0/+10 |
| |\ | | | | | | | Update conf.sample.php | ||||
| | * | Update conf.sample.php | PeGaSuS | 2022-06-05 | 1 | -1/+1 |
| | | | | | | | | | Fixed typo to match the mysql database name | ||||
| | * | Update conf.sample.php | PeGaSuS | 2022-06-05 | 1 | -0/+10 |
| |/ | | | | | Added an working PostgreSQL database configuration. | ||||
* | | Merge remote-tracking branch 'origin/master' into php8 | github-actions[bot] | 2022-06-02 | 1 | -3/+3 |
|\| | |||||
| * | Merge pull request #932 from PrivateBin/php-8.1-deprecations | El RIDO | 2022-06-02 | 1 | -3/+3 |
| |\ | | | | | | | addressing deprecation warnings in php 8.1 | ||||
| | * | addressing deprecation warnings in php 8.1 | El RIDO | 2022-06-01 | 1 | -3/+3 |
| |/ | | | | | | | Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in lib/Data/Database.php on line 280 & 555 | ||||
* | | add php 8.1 unit tests | El RIDO | 2022-06-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'php8' of github.com:PrivateBin/PrivateBin into php8 | El RIDO | 2022-06-01 | 78 | -446/+872 |
|\ \ | |||||
| * | | Merge remote-tracking branch 'origin/master' into php8 | github-actions[bot] | 2022-05-02 | 1 | -22/+22 |
| |\| | |||||
| | * | Merge pull request #926 from PrivateBin/crowdin-translation | El RIDO | 2022-05-02 | 1 | -22/+22 |
| | |\ | | | | | | | | | New Crowdin updates | ||||
| | | * | New translations en.json (Catalan) | PrivateBin Translator Bot | 2022-05-02 | 1 | -22/+22 |
| | |/ | |||||
| * | | Merge remote-tracking branch 'origin/master' into php8 | github-actions[bot] | 2022-04-30 | 1 | -2/+2 |
| |\| | |||||
| | * | Merge pull request #925 from MTBBK/patch-1 | El RIDO | 2022-04-30 | 1 | -2/+2 |
| | |\ | | | | | | | | | Update tr.json | ||||
| | | * | Update tr.json | MTBBK | 2022-04-28 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'origin/master' into php8 | github-actions[bot] | 2022-04-30 | 8 | -55/+59 |
| |\| | | |||||
| | * | | Merge pull request #924 from PrivateBin/enable-turkish | El RIDO | 2022-04-30 | 8 | -55/+59 |
| | |\ \ | | | |/ | | |/| | Enable Turkish translation | ||||
| | | * | - credit & document Turkish translation | El RIDO | 2022-04-28 | 7 | -54/+58 |
| | | | | | | | | | | | | | | | | | | | | - remove plural indicators - add plural logic and enable Turkish translation | ||||
| | | * | bump github/codeql-action from 1 to 2 | El RIDO | 2022-04-28 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge remote-tracking branch 'origin/master' into php8 | github-actions[bot] | 2022-04-28 | 1 | -113/+113 |
| |\| | |||||
| | * | Merge pull request #923 from rahmanlar/patch-1 | El RIDO | 2022-04-28 | 1 | -113/+113 |
| | |\ | | | | | | | | | Update Turkish localization | ||||
| | | * | Update Turkish localization | Emir Ensar Rahmanlar | 2022-04-28 | 1 | -113/+113 |
| | |/ | |||||
| * | | Merge remote-tracking branch 'origin/master' into php8 | github-actions[bot] | 2022-04-20 | 2 | -1/+3 |
| |\| | |||||
| | * | Merge pull request #920 from PrivateBin/mysql_ansi_quotes | El RIDO | 2022-04-20 | 2 | -1/+3 |
| | |\ | | | | | | | | | Avoid SUPER privilege when setting the sql_mode for MariaDB/MySQL, fixes #919 | ||||
| | | * | Avoid privilege for setting the for MariaDB/MySQL, fixes #919 | El RIDO | 2022-04-19 | 2 | -1/+3 |
| | |/ | |||||
| * | | Merge remote-tracking branch 'origin/master' into php8 | github-actions[bot] | 2022-04-14 | 1 | -4/+4 |
| |\| | |||||
| | * | fix php8 refresh workflow | El RIDO | 2022-04-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | requires updating the commit action due to https://github.com/github-actions-x/commit/issues/30 | ||||
| | * | fix php8 refresh workflow | El RIDO | 2022-04-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | requires updating the commit action due to https://github.com/github-actions-x/commit/issues/30 | ||||
| | * | fix php8 refresh workflow | El RIDO | 2022-04-14 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | requires updating the commit action due to https://github.com/github-actions-x/commit/issues/30 | ||||
| * | | Merge remote-tracking branch 'origin/master' into php8 | github-actions[bot] | 2022-04-11 | 1 | -1/+1 |
| |\| | |||||
| | * | Merge pull request #916 from HLeithner/patch-1 | El RIDO | 2022-04-11 | 1 | -1/+1 |
| | |\ | | | | | | | | | Replace FLoC Header with browsing-topics header | ||||
| | | * | Add browsing-topics premission policy | Harald Leithner | 2022-04-10 | 1 | -0/+1 |
| | | | | |||||
| | | * | Remove FLoC Header | Harald Leithner | 2022-04-10 | 1 | -1/+0 |
| | | | | | | | | | | | | Google announced that it is discontinuing FLoC. | ||||
| * | | | Merge remote-tracking branch 'origin/master' into php8 | github-actions[bot] | 2022-04-10 | 1 | -1/+1 |
| |\| | | |||||
| | * | | Merge pull request #915 from PrivateBin/crowdin-translation | El RIDO | 2022-04-10 | 1 | -1/+1 |
| | |\ \ | | | |/ | | |/| | New Crowdin updates | ||||
| | | * | New translations en.json (Chinese Simplified)crowdin-translation | PrivateBin Translator Bot | 2022-04-10 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge remote-tracking branch 'origin/master' into php8 | github-actions[bot] | 2022-04-09 | 1 | -1/+1 |
| |\| | |||||
| | * | Merge pull request #914 from imtms/master | El RIDO | 2022-04-09 | 1 | -1/+1 |
| | |\ | | | | | | | | | Update zh translation | ||||
| | | * | update zh translation | TMs | 2022-04-09 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge remote-tracking branch 'origin/master' into php8 | github-actions[bot] | 2022-04-09 | 34 | -128/+148 |
| |\| | |||||
| | * | Merge branch 'release-1.4'1.4.0 | El RIDO | 2022-04-09 | 34 | -128/+148 |
| | |\ | |||||
| | | * | incrementing versionrelease-1.4 | El RIDO | 2022-04-05 | 32 | -37/+38 |
| | | | | |||||
| | | * | reword and reformat documents | El RIDO | 2022-04-05 | 2 | -78/+97 |
| | | | | |||||
| | | * | enable and credit new Finnish translation | El RIDO | 2022-04-05 | 6 | -15/+15 |
| | |/ |