Commit graph

11 commits

Author SHA1 Message Date
Jeldrik Hanschke
a99d83d569
support absolute path for dataDir config option (#363) 2020-01-31 20:22:22 +01:00
jelhan
e7137e2db3 make path of data dir configurable
Closes #109
2016-08-19 00:23:49 +02:00
jelhan
f613a8d884 Fixes #111 2016-08-14 14:41:48 +02:00
jelhan
777dbeeb51 Fix spelling 2016-05-23 11:55:34 +02:00
rugk
eacb089347 cron.php: Better wording 2016-05-21 21:26:51 +02:00
rugk
fdc912588b Add header to allow script execution
If you say it should be executed as a script you might also want this...
2016-05-21 21:26:24 +02:00
jelhan
a7bc09c9e9 adds test for cron.php 2016-05-18 15:16:41 -07:00
jelhan
6ed0cc367a reimplement expiration date in new api models 2015-08-23 06:18:05 +02:00
jelhan
450a78255d expiration date should also be encrypted on get;
therefore we have to duplicate it in store:
* encrypted for to serve for clients (encryptedExpirationDate)
* unencrypted for server to check if it's exceeded (serverExpirationDate)
serverExpirationDate should never be send to client
2015-08-18 21:53:52 +02:00
jelhan
e94ee685ea tests for api using codeception 2015-08-01 21:05:22 +02:00
jelhan
fe878c61ba move api into own directory 2015-07-31 23:26:46 +02:00
Renamed from public/cron.php (Browse further)