Claude
ac3e08a728
c
2016-09-02 21:05:35 +02:00
Claude
682eb5bec5
langs finish
2016-09-02 21:02:38 +02:00
Claude
c7129c1292
langs
2016-09-02 20:55:50 +02:00
Claude
810d0691f7
langs
2016-09-02 20:45:51 +02:00
Claude
7279b32453
all prepared for diligent-work
2016-09-02 19:23:28 +02:00
Claude
057c54816e
acemode
2016-09-02 19:19:43 +02:00
Claude
728faeb739
al
2016-09-02 19:10:47 +02:00
Claude
a993ee2a3c
ace modes
2016-09-02 19:10:12 +02:00
Claude
06554e44a8
throw 404 on notfound
2016-09-02 18:59:34 +02:00
Claude
285ecd724a
ace setlang
2016-09-02 18:49:19 +02:00
Claude
d010a828d6
codemirror/ace switcher
2016-09-02 18:29:27 +02:00
Claude
8531d66b8a
get content
2016-09-02 11:06:56 +02:00
Claude
5badad6222
a light theme.
2016-09-02 10:57:14 +02:00
Claude
cf02528157
ace overlay
2016-09-02 10:50:27 +02:00
Claude
71843ce491
kick unused hooks
2016-09-02 10:22:15 +02:00
Claude
efc84cd397
include ace and huge javascript...
2016-09-02 10:18:28 +02:00
Claude
c002554999
codeformat
2016-09-02 09:41:59 +02:00
Claude
b0629475ad
codeformat
2016-09-02 09:08:11 +02:00
Claude
2e7c8adcec
codeformat
2016-09-02 09:02:08 +02:00
Claude
a82362cda2
filereader for stikkedizr
2016-09-02 09:01:34 +02:00
Claude
3ad89358da
display errs
2016-09-02 08:53:13 +02:00
Claude
ec887e5ca5
filereader (drag and drop textfiles, OMGWTFBBQ!)
...
FUCKYEAH!
fixes #157
2016-09-01 22:37:18 +02:00
Claude
68d4d869f4
add filereader library
2016-09-01 21:57:09 +02:00
Claude
366d79e5af
pip install jsbeautifier
2016-09-01 21:56:41 +02:00
Claude
4049cd4447
works indeed.
2016-09-01 21:39:41 +02:00
Claude
6611a550bc
set the base_url via controller and re-overwrite base_url. whew!
2016-09-01 15:22:36 +02:00
Claude
fdf65eb4e7
document sqlite usage. fixes #335
2016-09-01 14:45:26 +02:00
Claude
09aa798828
only display qr when paste exists. fixes #343
2016-09-01 14:12:05 +02:00
Claude
4100cdca52
fix format error
2016-09-01 14:09:02 +02:00
Claude
87004f63eb
session-library has been updated. fixes #371
...
https://www.codeigniter.com/user_guide/installation/upgrade_300.html
2016-09-01 13:36:36 +02:00
Claude
be6a8f00ee
make stikkedizr decrypting. fixes #328
2016-09-01 13:22:01 +02:00
Claude
3683719343
added german translation file for db error messages
2016-09-01 13:15:27 +02:00
Claude
2e08dba2f5
this is for me.
2016-09-01 11:27:36 +02:00
Claude
1f2764bdc2
leave it blank initially
2016-09-01 11:27:06 +02:00
Claude
1fd4d328e3
pullrq #346
2016-09-01 09:27:10 +02:00
Claude
ddc4b1706f
manually merge https://github.com/claudehohl/Stikked/pull/329/files - thanks kylelaker!
2016-09-01 09:22:11 +02:00
Claude
3ddf79a5a6
manual copy from https://github.com/claudehohl/Stikked/pull/370 - thanks mrc0mmand!
2016-09-01 09:13:14 +02:00
Claude
64ac6d7004
chmod -x
2016-09-01 08:52:01 +02:00
Claude
3572dda318
update to CodeIgniter 3.1.0
2016-09-01 08:51:48 +02:00
Claude
70e43b0fe8
boys, boys, boys. test your shit!
2016-09-01 08:30:56 +02:00
Claude
0d92b313d4
set default to dev so that errors are being displayed for new installations
2016-09-01 08:18:55 +02:00
Claude
2beab10eac
remove executable flag
2016-09-01 08:16:50 +02:00
Claude
94f04359e5
ran php_beautifier
2016-09-01 08:14:51 +02:00
Claude
e235c51ee2
ran php_beautifier
2016-09-01 08:13:41 +02:00
Claude
d8b9166ceb
WTF.
2016-09-01 08:09:19 +02:00
Claude
341a9dc521
fixing whitespace foo
2016-09-01 08:04:57 +02:00
Claude
e0680194f1
Merge pull request #367 from Zwixx/master
...
Added the ability to configure the favorite languages
2016-07-05 11:13:43 +02:00
Frantisek Sumsal
00c3cff844
Use TEXT instead of LONGTEXT for PostgreSQL
...
PostgreSQL doesn't have LONGTEXT type
https://www.postgresql.org/docs/current/static/datatype-character.html
2016-07-04 15:57:20 +02:00
Frantisek Sumsal
a87bdb9d8c
Use correct dbdriver for PostgreSQL
2016-07-04 15:57:12 +02:00
Frantisek Sumsal
e3b15762d1
Use TEXT instead of BLOB for PostgreSQL
...
PostgreSQL doesn't have BLOB type and the most similar
equivalent BYTEA would require several changes in Stikked's
code. Thankfully, TEXT is a suitable alternative in this case.
2016-07-04 14:55:36 +02:00