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

Commit Graph

  • f848ff9f42 - Removed uneeded 'dev' subdomains from routes. - Made url shortening require absolute url Uncled1023 2016-02-24 13:08:34 -0800
  • 8e71dd6e2a Finished url shortening page. Uncled1023 2016-02-24 11:58:56 -0800
  • dada112d84 Added shortener helper to generate short urls. Uncled1023 2016-02-23 16:53:17 -0800
  • 2c9bcf5fec Added skafolding for url shortener. Uncled1023 2016-02-22 23:42:47 -0800
  • 2d331ddda4 Added shortener config for shortener host. Added another route for shortener host. Uncled1023 2016-02-21 23:42:38 -0800
  • 952beef0a2 Initial conversion to use routing by domain as well. Uncled1023 2016-02-12 15:58:34 -0800
  • 37ab1e2eb3 Added GetUser and UserExists helpers. Uncled1023 2016-02-12 15:21:17 -0800
  • 25373918a8 Fixed auth not working with localhost. Uncled1023 2016-02-12 14:59:32 -0800
  • 6d33a4258b Fixed comments showing the user as the blog post author. Uncled1023 2016-02-12 11:58:28 -0800
  • 29635234e6 Fixed auto-signout on deletion. Uncled1023 2016-02-12 11:42:54 -0800
  • 64871e8564 Fixed unable to logoff on dev. Moved cookie creation to user helper. Added try/catch around hmail COM. Uncled1023 2016-02-12 11:40:14 -0800
  • 245a72f191 Merge branch 'master' of http://git.teknik.io/teknikode/teknik.git Uncled1023 2016-02-09 12:51:25 -0800
  • 22c75ccf8a Updated Privacy Policy to match new auth Uncled1023 2016-02-09 12:51:21 -0800
  • fed8289852 Fixed editing of podcasts Uncled1023 2016-02-08 22:01:41 -0800
  • ffbdec715c Fixed not logging in after registration. Fixed not saving login_name when creating git user. Uncled1023 2016-02-08 21:13:03 -0800
  • 319cb1cba3 Added configurations for login auth to make sure dev auth didnt trigger main auth. Modified podcast edit to try to fix file adding. Uncled1023 2016-02-05 16:48:00 -0800
  • d3ae11eea5 Fixed podcast file uploads and editing Uncled1023 2016-02-05 14:25:15 -0800
  • 76d1f1c82e Modified file adding/editing for podcasts. Uncled1023 2016-02-04 23:01:25 -0800
  • 897fd5ecfd Fixed auth ajax request not allowing cross-domain. Uncled1023 2016-02-04 14:37:45 -0800
  • ba0c9cbf23 Fixed title when viewing system blog post Uncled1023 2016-02-04 13:04:53 -0800
  • b6809d4390 Added enabled config around 'delete' for email. Uncled1023 2016-02-04 12:46:43 -0800
  • 17a66c79c2 Removed user from system blog. Added gogs source id as config option. Uncled1023 2016-02-04 12:44:56 -0800
  • f431ed4e67 Fixed user auth - Needed to set cookie from same domain as requester. Uncled1023 2016-02-04 12:08:02 -0800
  • 681086df3c Fixed paste for unencrypted paste Uncled1023 2016-02-03 15:10:03 -0800
  • 7b71a4bb5c Fixed bad encoding for paste encryption and storing. Uncled1023 2016-02-03 11:53:44 -0800
  • 7897c15e9c Fixed bad paste output on decryption Uncled1023 2016-02-03 09:38:52 -0800
  • 0055dc9395 Still not working... Uncled1023 2016-02-02 16:50:54 -0800
  • a363a4445d Tried to fix auth. Still not working. Uncled1023 2016-02-02 16:38:57 -0800
  • 58b4025f88 Changed defaults for upload to save key and encrypt server side. Uncled1023 2016-02-02 15:40:10 -0800
  • 14a5765b9e Added Stream service for displaying streaming images Uncled1023 2016-02-02 15:02:45 -0800
  • 77e89e9af4 Finished migration Uncled1023 2016-02-01 23:26:04 -0800
  • 886b36cbf1 Removed validations as they aren't working for subdomains. Made upload URLs dependent on the current subdomain. Uncled1023 2016-01-30 21:49:32 -0800
  • 9caac7fab3 Fixed blog using old constant. Modified migration and fixed some things. Uncled1023 2016-01-29 22:18:45 -0800
  • fc96a2382c Added production publish profile. Added auto-off function to migrate. Uncled1023 2016-01-29 21:26:44 -0800
  • 1273f5f70a Added migration of upload files as well. Uncled1023 2016-01-29 16:35:05 -0800
  • 0215585cee Fixed legacy migration Uncled1023 2016-01-29 16:16:04 -0800
  • e6097e2c07 Created MySQL migration task to map old data to the new schema. Uncled1023 2016-01-29 13:40:27 -0800
  • 167c16b574 Modified stored filename to not include full path Uncled1023 2016-01-29 11:55:53 -0800
  • 9f92a71466 Implemented Sha256 method identical to PHP method used for backwards compatability. Uncled1023 2016-01-28 23:57:15 -0800
  • f7c356140b Added option to convert existing users to the new hashing scheme. Uncled1023 2016-01-28 23:08:02 -0800
  • ebc61c218a Fixed uploads 'saveKey' not being the be-all for saving key to server Uncled1023 2016-01-28 16:32:54 -0800
  • 35e22b8caf Added config to hide email if disabled Uncled1023 2016-01-28 15:48:26 -0800
  • 8ec56c6833 Added git auth token. Uncled1023 2016-01-28 15:46:01 -0800
  • 1c7f0ce4f0 Added 'Enabled' for most service configs. Added Git configration on user modifications. Uncled1023 2016-01-28 15:24:12 -0800
  • 638d90bf9b Fixed mail help using old config Uncled1023 2016-01-28 12:40:51 -0800
  • ba6d084831 Made donation buttons horizontal Uncled1023 2016-01-28 11:55:19 -0800
  • 862ccf987e Fixed summing of file sizes in transparency Uncled1023 2016-01-28 11:34:11 -0800
  • 216704aa0e Fixed wrong email domain in profile Uncled1023 2016-01-27 23:49:57 -0800
  • 2c4c32597c Added domain setting for hmailserver. Uncled1023 2016-01-27 23:47:18 -0800
  • 3b6532daff Added hmail server support for user Uncled1023 2016-01-27 23:43:41 -0800
  • 3e9afafd09 Re-fixed url not being generated correctly for API upload Uncled1023 2016-01-27 20:29:53 -0800
  • 7806555a07 Fixed issue where both key and iv aren't stored for upload and it would try to decrypt it. Uncled1023 2016-01-27 19:54:04 -0800
  • c3774bd811 Fixed deleting of dependencies when deleting user. Uncled1023 2016-01-27 15:25:52 -0800
  • e918da06be Added the uploaded files extension as teh default extension in case one could not be determined from the content-type. Uncled1023 2016-01-27 14:18:31 -0800
  • 083553a9b2 Fixed sizing of transaction columns Uncled1023 2016-01-27 13:57:13 -0800
  • a15842f17d Added RSS Help. Fixed returns for bad data and index to be RSS feeds. Uncled1023 2016-01-27 13:04:16 -0800
  • bd49fa66b9 Updated footer to remove uneeded version info. Uncled1023 2016-01-27 12:54:37 -0800
  • 0feb48716d Forgot to add takedown model. Uncled1023 2016-01-27 12:46:51 -0800
  • 0cc40ad6ae Finished Transparency View Uncled1023 2016-01-27 12:46:16 -0800
  • 90001e3e48 Added bootstrap switch to checkboxes and added view of settings for upload on upload screen. Uncled1023 2016-01-27 10:52:02 -0800
  • 834715e643 Updated Privacy Policy Uncled1023 2016-01-27 09:21:25 -0800
  • 62399d605c Added 'allow get' to json return for rss. Uncled1023 2016-01-27 00:06:52 -0800
  • afe1c8859f Fixed old include for rss blogs Uncled1023 2016-01-27 00:02:45 -0800
  • 51017d950b Added user uploads and pastes to profile. Moved settigns to it's own page. Uncled1023 2016-01-27 00:00:39 -0800
  • 5c868304d7 Fixed mispelling Uncled1023 2016-01-26 22:15:21 -0800
  • 6713696bb5 Fixed stupid ef relationships... Uncled1023 2016-01-26 22:13:20 -0800
  • 407da9243f Added config options to the Uploads. Uncled1023 2016-01-26 17:14:03 -0800
  • a68e7cca02 Split user settings into multiple objects. Uncled1023 2016-01-26 16:40:48 -0800
  • c409ef6fa7 Forgot to add rss controller Uncled1023 2016-01-26 11:02:13 -0800
  • 08abba96f6 Added RSS feed for Blogs and Podcasts. Added DateEdited property to blogs and podcasts (not viewable yet) Uncled1023 2016-01-26 11:00:04 -0800
  • 52109fa16d Fixed dropdown active coloring Uncled1023 2016-01-25 23:30:58 -0800
  • 03a5b5ab46 Added active tags and Url helper for getting current subdomain. Uncled1023 2016-01-25 23:24:17 -0800
  • bd5e4779db Removed 3rd party audio player. Uncled1023 2016-01-25 22:52:08 -0800
  • 54e7105c54 Updated 'about' to not use js markdown. Uncled1023 2016-01-25 22:26:04 -0800
  • 9f89ecdc36 Updated everything to use server-side markdown. Uncled1023 2016-01-25 22:22:31 -0800
  • 341cc4db5e Added better default directories Uncled1023 2016-01-25 20:54:53 -0800
  • bf2d1a429b Added c# Markdown library. Uncled1023 2016-01-25 16:51:02 -0800
  • 1ee6b3004b Fixed downloads and cleaned up queries. Uncled1023 2016-01-25 15:59:31 -0800
  • 36a0db2533 Made podcast creation/editing work. Uncled1023 2016-01-25 15:36:25 -0800
  • c48bfc3be9 Initial Podcast creation. Renamed some Blog objects Uncled1023 2016-01-24 22:31:01 -0800
  • acea8eb87b Fixed view counter to only be initialized -1 when redirecting from the web page paste. Fixed possibility for same URLs. Uncled1023 2016-01-24 11:29:11 -0800
  • e26d5333c2 Added help info for Paste API. Uncled1023 2016-01-24 01:13:46 -0800
  • 14649912a7 Added catch for validation errors as a paste. Uncled1023 2016-01-24 00:33:56 -0800
  • 4b6f81153b Fixed pass checking for simple, raw, and download Uncled1023 2016-01-23 23:53:24 -0800
  • ae8fd2848e Added paste to API. Uncled1023 2016-01-23 23:18:41 -0800
  • 51e9d26326 Added reading of detected language and display it on the page. Uncled1023 2016-01-23 16:46:22 -0800
  • 316b952da8 Moved syntax highlighting to a web worker to handle large ammounts of text Uncled1023 2016-01-23 16:35:24 -0800
  • 8696873bc6 Added auto-hide of length selection on expiry type 'never' Uncled1023 2016-01-23 16:08:26 -0800
  • ea22ac0827 Fixed raw vs download content types. Uncled1023 2016-01-23 16:02:40 -0800
  • c3cd74d29e Added <time> tags to all datetime displays. Modified layout of options for paste to make them even. Changed 'Download' content-type to application/octet-stream to trigger download always. Uncled1023 2016-01-23 15:57:17 -0800
  • efe61f5112 Added paste expiration and simplified the view action. Uncled1023 2016-01-23 15:23:46 -0800
  • e84752a9c0 Finished most of the Paste service. Uncled1023 2016-01-23 02:21:58 -0800
  • f301671e5d Modified error registration. Added some paste stuff (not finished) Uncled1023 2016-01-22 16:44:07 -0800
  • da64b0c7a2 Added basic paste interface Uncled1023 2016-01-22 12:39:33 -0800
  • 5fb06265b3 Simplified the SubdomainRoute to allow a single route to specify multiple subdomains. Changed method of routing so that on dev, you use the sub param instead of an additional directory. Uncled1023 2016-01-22 11:38:28 -0800
  • dbb5fabf46 Fixed direct dl not working correctly Uncled1023 2016-01-21 23:17:56 -0800
  • 486ee2c2b1 Fixed error checking for upload APIv1 and some example text. Uncled1023 2016-01-21 21:57:44 -0800
  • bdfc66758c Fixed API example in upload help Uncled1023 2016-01-21 21:33:20 -0800
  • c00acbc54a Modified API routing and organization. Modified org of API help. Uncled1023 2016-01-21 21:30:30 -0800
  • 08539288fb Added base API service, with Upload POST. Uncled1023 2016-01-21 16:55:54 -0800