Commit Graph

465 Commits

Author SHA1 Message Date
Sobak
b1305beb0f Improve workaround for keeping config file format BC 2016-07-22 15:31:42 +02:00
Sobak
e4f95190c3 Undo unrelated changes in composer.json 2016-07-22 15:18:15 +02:00
Sobak
54f96b9938 Introduce PSR-4 autoloading 2016-07-22 12:11:48 +02:00
rugk
62dafbe8dd Merge pull request #51 from Sobak/php-net-https-fix
Fix HTTPS links to php.net
2016-07-20 20:33:40 +02:00
Sobak
e4b71dada5 Fix HTTPS links to php.net 2016-07-20 20:28:42 +02:00
rugk
34218071fe Update CREDITS.md 2016-07-19 18:02:57 +02:00
rugk
b05404ab38 Update CONTRIBUTING.md 2016-07-19 17:58:39 +02:00
rugk
ae8e975247 Update CONTRIBUTING.md 2016-07-19 17:58:30 +02:00
rugk
5a023ba881 Create CONTRIBUTING.md 2016-07-19 17:50:50 +02:00
rugk
5fed9b4189 Update ISSUE_TEMPLATE.md 2016-07-19 17:48:06 +02:00
rugk
911b2a482b Update PULL_REQUEST_TEMPLATE.md 2016-07-19 17:47:55 +02:00
rugk
529750e5f3 Merge branch 'master' of https://github.com/PrivateBin/PrivateBin 2016-07-19 17:43:44 +02:00
rugk
da313f2c38 Add issue and PR templates 2016-07-19 17:42:40 +02:00
El RIDO
97ed1a5cf4 found a better JS html entity escape function and use it to fix regression introduced by the preview feature, resolves #43 2016-07-19 16:12:11 +02:00
rugk
ea86060bbc No double-headline
Sorry for you 80 char limit
Also adding links
2016-07-19 16:01:02 +02:00
El RIDO
9a9362789b addressing issues with failed attachement uploads due to webserver configuration, resolves #15 2016-07-19 15:26:41 +02:00
El RIDO
9e7266d561 actually including CC-BY license, otherwise the file is pointless 2016-07-19 15:25:30 +02:00
rugk
05737c100e Remove RainTPL license & add assets license 2016-07-19 14:54:34 +02:00
El RIDO
002046cc62 some minor cleanups 2016-07-19 14:44:17 +02:00
rugk
535710cdd6 Add htaccess to prevent template access 2016-07-19 14:43:30 +02:00
rugk
b911ea8472 Okay, okay, use full path for now 2016-07-19 14:39:40 +02:00
rugk
d73cbdfaf8 Alt tag seems to break this... 2016-07-19 14:35:26 +02:00
rugk
585ea70fc6 All right @GitHub, I forgot your CSP... 2016-07-19 14:32:13 +02:00
rugk
d58eb13bfd Use SVG icon instead of PNG version if possible 2016-07-19 14:30:44 +02:00
rugk
d1556f5b60 Merge branch 'master' of https://github.com/PrivateBin/PrivateBin 2016-07-19 14:17:28 +02:00
rugk
b491f064ef Add jsonld to editorconfig 2016-07-19 14:16:02 +02:00
rugk
bbad92a161 Minor JS code improvments 2016-07-19 14:13:52 +02:00
El RIDO
bf53aee9a6 Merge branch 'master' of github.com:PrivateBin/PrivateBin 2016-07-19 14:04:06 +02:00
rugk
3c4cd3aea7 Make favicons subdir-compatible (again)
Some paths were missing...
2016-07-19 14:03:18 +02:00
El RIDO
be4c845129 Merge branch 'master' of github.com:PrivateBin/PrivateBin 2016-07-19 14:02:45 +02:00
El RIDO
c5606a47fe refactoring away RainTPL and templating, resolves #36 2016-07-19 14:02:26 +02:00
rugk
38ab755733 Replace HTTP links with HTTPS
Using this regexp: https://regex101.com/r/rZ2dE2/1
2016-07-19 13:56:52 +02:00
El RIDO
b94e019719 Merge branch 'master' of github.com:PrivateBin/PrivateBin 2016-07-19 13:38:49 +02:00
rugk
d485ab2d88 Use HTTPS for browser links & add Edge 2016-07-19 13:33:51 +02:00
rugk
1923039f75 Make favicons subdirectory-compatible 2016-07-19 13:08:48 +02:00
rugk
7875d7b0a3 Some rewording 2016-07-19 13:05:07 +02:00
rugk
58f5c8601f Merge branch 'master' of https://github.com/PrivateBin/PrivateBin 2016-07-19 12:39:56 +02:00
rugk
327eba268d 🔧 Update Safari favicon SVG with minified version 2016-07-19 12:39:10 +02:00
El RIDO
7773c26f15 fixing broken message ID 2016-07-19 10:55:27 +02:00
El RIDO
c3a114d923 fixing favicon includes in templates, thanks @rugk for spotting it 2016-07-19 08:53:32 +02:00
El RIDO
7d1dc55a27 actually use local variable (for Codacy) 2016-07-19 08:40:33 +02:00
rugk
d367655c6d Fix build
Thanks https://stackoverflow.com/questions/12346876/php-foreach-that-returns-keys-only#12346910
2016-07-18 18:46:41 +02:00
rugk
e70159c1bb Avoid unused local variables
Funnily you introduced this in a "code quality improve commit" (b53efda635), but Codacy complained about it...
2016-07-18 18:37:18 +02:00
El RIDO
6b20836461 upgrading SJCL library to 1.0.4: https://github.com/bitwiseshiftleft/sjcl/releases/tag/1.0.4 2016-07-18 16:54:33 +02:00
El RIDO
c851dfff5f freeing up space in bootstrap layouts by using logo instead of brand name 2016-07-18 16:39:43 +02:00
El RIDO
2c6e0b2e38 fixing URL in README 2016-07-18 16:27:06 +02:00
El RIDO
a5c10aac8a replacing favicons with new design by @rugk, resolves #23 2016-07-18 16:25:06 +02:00
rugk
08b46975f3 🐼 Minify favicon files with TinyPNG 2016-07-18 16:11:24 +02:00
rugk
6f59a6844c Add favicon 2016-07-18 16:11:13 +02:00
El RIDO
03306dabff using TEXT data type for PostgreSQL instead of BLOB, hopefully resolves #8 2016-07-18 15:55:51 +02:00