1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00
Commit Graph

760 Commits

Author SHA1 Message Date
Uncled1023
f431ed4e67 Fixed user auth - Needed to set cookie from same domain as requester. 2016-02-04 12:08:02 -08:00
Uncled1023
681086df3c Fixed paste for unencrypted paste 2016-02-03 15:10:03 -08:00
Uncled1023
7b71a4bb5c Fixed bad encoding for paste encryption and storing. 2016-02-03 11:53:44 -08:00
Uncled1023
7897c15e9c Fixed bad paste output on decryption 2016-02-03 09:38:52 -08:00
Uncled1023
0055dc9395 Still not working... 2016-02-02 16:50:54 -08:00
Uncled1023
a363a4445d Tried to fix auth. Still not working. 2016-02-02 16:38:57 -08:00
Uncled1023
58b4025f88 Changed defaults for upload to save key and encrypt server side. 2016-02-02 15:40:10 -08:00
Uncled1023
14a5765b9e Added Stream service for displaying streaming images 2016-02-02 15:02:45 -08:00
Uncled1023
77e89e9af4 Finished migration 2016-02-01 23:26:04 -08:00
Uncled1023
886b36cbf1 Removed validations as they aren't working for subdomains.
Made upload URLs dependent on the current subdomain.
2016-01-30 21:49:32 -08:00
Uncled1023
9caac7fab3 Fixed blog using old constant.
Modified migration and fixed some things.
2016-01-29 22:18:45 -08:00
Uncled1023
fc96a2382c Added production publish profile.
Added auto-off function to migrate.
2016-01-29 21:26:44 -08:00
Uncled1023
1273f5f70a Added migration of upload files as well. 2016-01-29 16:35:05 -08:00
Uncled1023
0215585cee Fixed legacy migration 2016-01-29 16:16:04 -08:00
Uncled1023
e6097e2c07 Created MySQL migration task to map old data to the new schema. 2016-01-29 13:40:27 -08:00
Uncled1023
167c16b574 Modified stored filename to not include full path 2016-01-29 11:55:53 -08:00
Uncled1023
9f92a71466 Implemented Sha256 method identical to PHP method used for backwards compatability. 2016-01-28 23:57:15 -08:00
Uncled1023
f7c356140b Added option to convert existing users to the new hashing scheme. 2016-01-28 23:08:02 -08:00
Uncled1023
ebc61c218a Fixed uploads 'saveKey' not being the be-all for saving key to server 2016-01-28 16:32:54 -08:00
Uncled1023
35e22b8caf Added config to hide email if disabled 2016-01-28 15:48:26 -08:00
Uncled1023
8ec56c6833 Added git auth token. 2016-01-28 15:46:01 -08:00
Uncled1023
1c7f0ce4f0 Added 'Enabled' for most service configs.
Added Git configration on user modifications.
2016-01-28 15:24:12 -08:00
Uncled1023
638d90bf9b Fixed mail help using old config 2016-01-28 12:40:51 -08:00
Uncled1023
ba6d084831 Made donation buttons horizontal 2016-01-28 11:55:19 -08:00
Uncled1023
862ccf987e Fixed summing of file sizes in transparency 2016-01-28 11:34:11 -08:00
Uncled1023
216704aa0e Fixed wrong email domain in profile 2016-01-27 23:49:57 -08:00
Uncled1023
2c4c32597c Added domain setting for hmailserver. 2016-01-27 23:47:18 -08:00
Uncled1023
3b6532daff Added hmail server support for user 2016-01-27 23:43:41 -08:00
Uncled1023
3e9afafd09 Re-fixed url not being generated correctly for API upload 2016-01-27 20:29:53 -08:00
Uncled1023
7806555a07 Fixed issue where both key and iv aren't stored for upload and it would try to decrypt it. 2016-01-27 19:54:04 -08:00
Uncled1023
c3774bd811 Fixed deleting of dependencies when deleting user. 2016-01-27 15:25:52 -08:00
Uncled1023
e918da06be Added the uploaded files extension as teh default extension in case one could not be determined from the content-type. 2016-01-27 14:18:31 -08:00
Uncled1023
083553a9b2 Fixed sizing of transaction columns 2016-01-27 13:57:13 -08:00
Uncled1023
a15842f17d Added RSS Help.
Fixed returns for bad data and index to be RSS feeds.
2016-01-27 13:04:16 -08:00
Uncled1023
bd49fa66b9 Updated footer to remove uneeded version info. 2016-01-27 12:54:37 -08:00
Uncled1023
0feb48716d Forgot to add takedown model. 2016-01-27 12:46:51 -08:00
Uncled1023
0cc40ad6ae Finished Transparency View 2016-01-27 12:46:16 -08:00
Uncled1023
90001e3e48 Added bootstrap switch to checkboxes and added view of settings for upload on upload screen. 2016-01-27 10:52:02 -08:00
Uncled1023
834715e643 Updated Privacy Policy 2016-01-27 09:21:25 -08:00
Uncled1023
62399d605c Added 'allow get' to json return for rss. 2016-01-27 00:06:52 -08:00
Uncled1023
afe1c8859f Fixed old include for rss blogs 2016-01-27 00:02:45 -08:00
Uncled1023
51017d950b Added user uploads and pastes to profile.
Moved settigns to it's own page.
2016-01-27 00:00:39 -08:00
Uncled1023
5c868304d7 Fixed mispelling 2016-01-26 22:15:21 -08:00
Uncled1023
6713696bb5 Fixed stupid ef relationships... 2016-01-26 22:13:20 -08:00
Uncled1023
407da9243f Added config options to the Uploads. 2016-01-26 17:14:03 -08:00
Uncled1023
a68e7cca02 Split user settings into multiple objects. 2016-01-26 16:40:48 -08:00
Uncled1023
c409ef6fa7 Forgot to add rss controller 2016-01-26 11:02:13 -08:00
Uncled1023
08abba96f6 Added RSS feed for Blogs and Podcasts.
Added DateEdited property to blogs and podcasts (not viewable yet)
2016-01-26 11:00:04 -08:00
Uncled1023
52109fa16d Fixed dropdown active coloring 2016-01-25 23:30:58 -08:00
Uncled1023
03a5b5ab46 Added active tags and Url helper for getting current subdomain. 2016-01-25 23:24:17 -08:00