| 2018-04-10 19:53 | Make ApiVersion a const for easier upping on releases | MTRNord | 3 | +10 | -4 |
| 2018-04-10 19:06 | If we have no string as type don't say we are authenticated as the session is broken in that case | MTRNord | 1 | +12 | -7 |
| 2018-04-10 19:00 | Fix having wrong type which caused some crashes on the check endpoint | MTRNord | 1 | +1 | -1 |
| 2018-04-10 18:47 | Return userID on check request | MTRNord | 1 | +14 | -1 |
| 2018-04-03 17:11 | Use Get helper | MTRNord | 1 | +1 | -1 |
| 2018-04-03 17:08 | Use correct ID to get data | MTRNord | 1 | +9 | -2 |
| 2018-04-03 17:03 | Add more details to errors | MTRNord | 1 | +12 | -6 |
| 2018-04-03 16:57 | Fix wrong data key | MTRNord | 1 | +1 | -1 |
| 2018-04-03 16:56 | Add more error context messages | MTRNord | 1 | +29 | -19 |
| 2018-04-03 16:48 | Add some more context to the errors | MTRNord | 1 | +5 | -3 |
| 2018-04-03 16:41 | Make sure we append after the DB stuff | MTRNord | 1 | +3 | -2 |
| 2018-04-03 16:37 | Make sure we atleast return the empty paper Data if DB fails | MTRNord | 1 | +1 | -1 |
| 2018-04-03 16:33 | Debug index error | MTRNord | 1 | +5 | -2 |
| 2018-04-03 16:16 | Return basic author data | MTRNord | 2 | +62 | -8 |
| 2018-04-03 15:26 | Change data returned by the login and add missing API-VERSION Header | MTRNord | 1 | +20 | -34 |
| 2018-04-02 18:01 | Seems to work fine | MTRNord | 1 | +0 | -2 |
| 2018-04-02 17:59 | Check out why the check returns the wrong status code | MTRNord | 1 | +2 | -0 |
| 2018-04-02 17:56 | Fix multiple header that get written | MTRNord | 1 | +2 | -1 |
| 2018-04-02 17:53 | Fix path | MTRNord | 1 | +1 | -1 |
| 2018-04-02 17:51 | Add endpoint to check if user is Authorized (used for the settings page. Other endpoints will check on server side) | MTRNord | 2 | +17 | -0 |
| 2018-03-31 19:54 | Fix generating JWT Token | MTRNord | 1 | +1 | -1 |
| 2018-03-31 19:50 | Just return status 200 and handle the redirect on the client page | MTRNord | 1 | +1 | -1 |
| 2018-03-31 19:49 | Return error if token generating failed | MTRNord | 1 | +4 | -0 |
| 2018-03-31 19:31 | Fix host header hopefully | MTRNord | 1 | +5 | -4 |
| 2018-03-31 14:25 | Also add ID | MTRNord | 1 | +1 | -0 |
| 2018-03-31 14:15 | Add JWT Token as response | MTRNord | 2 | +115 | -47 |
| 2018-03-31 12:16 | Dont exit directly (Temporary) | MTRNord | 1 | +2 | -0 |
| 2018-03-31 12:13 | Temporary disable main features to test login via http | MTRNord | 1 | +4 | -5 |
| 2018-03-31 12:08 | Debug domain | MTRNord | 1 | +3 | -1 |
| 2018-03-31 12:00 | Change port | MTRNord | 1 | +1 | -1 |
| 2018-03-30 20:13 | Implement Logout Handler | MTRNord | 2 | +14 | -3 |
| 2018-03-30 20:11 | Use Host Header for callback | MTRNord | 3 | +45 | -13 |
| 2018-03-30 19:42 | Implement basic Login via Twitter (WIP) | MTRNord | 5 | +61 | -4 |
| 2018-03-28 15:43 | Fix the code that was wrong | MTRNord | 1 | +1 | -6 |
| 2018-03-28 15:36 | Fix nil pointer | MTRNord | 1 | +3 | -3 |
| 2018-03-28 15:33 | Don't duplicate tweets if it got retweeted | MTRNord | 1 | +6 | -1 |
| 2018-03-27 11:45 | Add info about who did the retweet | MTRNord | 1 | +21 | -11 |
| 2018-03-27 11:38 | Fix missing change | MTRNord | 1 | +1 | -1 |
| 2018-03-27 11:35 | Transmit data of original tweet instead of the data of the new tweet | MTRNord | 1 | +54 | -22 |
| 2018-03-26 19:36 | Apparently I missed to tell twitter I want to link a status | MTRNord | 1 | +1 | -1 |
| 2018-03-26 19:31 | Send missing link to Tweet | MTRNord | 1 | +2 | -0 |
| 2018-03-13 18:36 | Fix error | MTRNord | 2 | +15 | -17 |
| 2018-03-13 18:34 | Return 404 if file not found | MTRNord | 2 | +21 | -2 |
| 2018-03-13 17:53 | Use exact path | MTRNord | 1 | +1 | -3 |
| 2018-03-13 17:50 | Use System wide configs | MTRNord | 1 | +1 | -1 |
| 2018-03-13 17:47 | Use system config dir | MTRNord | 4 | +26 | -14 |
| 2018-02-19 19:04 | Fix Path matching | MTRNord | 1 | +1 | -1 |
| 2018-02-19 18:45 | Add missing if functions | MTRNord | 1 | +31 | -8 |
| 2018-02-19 18:32 | Try to implement the "GET /paper/{uuid}" endpoint | MTRNord | 2 | +35 | -3 |
| 2018-02-19 16:13 | Simplify Code | MTRNord | 1 | +7 | -9 |
| 2018-02-19 13:19 | Add missing ",omitempty" on the paper_image | MTRNord | 1 | +1 | -1 |
| 2018-02-19 13:18 | Return image URL too when adding a new Paper | MTRNord | 1 | +1 | -0 |
| 2018-02-19 07:30 | Add ability to add a paper avatar | MTRNord | 2 | +15 | -0 |
| 2018-02-18 21:26 | Fix getting the UUID and getting the name on "GET /papers" | MTRNord | 1 | +3 | -3 |
| 2018-02-18 21:21 | Fix Key | MTRNord | 1 | +2 | -2 |
| 2018-02-18 21:15 | Only add a paper once to the "GET /papers" Array | MTRNord | 1 | +6 | -0 |
| 2018-02-18 21:13 | Fix "GET /papers" | MTRNord | 1 | +2 | -2 |
| 2018-02-18 21:09 | Fix Methods() on the /papers endpoint | MTRNord | 1 | +1 | -1 |
| 2018-02-18 21:01 | Fix uuid generation | MTRNord | 1 | +4 | -1 |
| 2018-02-18 20:53 | Allow POST on /papers | MTRNord | 2 | +4 | -3 |
| 2018-02-18 19:54 | Implement "POST /papers" Endpoint and fix the content of that Endpoint in the Definitions file | MTRNord | 2 | +77 | -7 |
| 2018-02-18 19:34 | Add "POST /papers" to API Definition && Add UUID to Author Object (in case of multiple users with same username) | MTRNord | 2 | +42 | -0 |
| 2018-02-18 19:21 | Implement "GET /papers" Endpoint | MTRNord | 2 | +77 | -0 |
| 2018-02-18 18:30 | Actually apply the Header | MTRNord | 1 | +1 | -0 |
| 2018-02-18 18:29 | Add Version header | MTRNord | 1 | +18 | -0 |
| 2018-02-18 18:17 | Extend API Definitions | MTRNord | 1 | +77 | -13 |
| 2018-02-18 17:46 | Replace swagger.yaml with openapi.yaml | MTRNord | 2 | +63 | -71 |
| 2018-02-18 17:29 | Prepare DB and add basic swagger.yaml | MTRNord | 3 | +198 | -0 |
| 2018-02-17 19:36 | Fix Images | MTRNord | 1 | +1 | -3 |
| 2018-02-17 19:31 | Add some Debug for photos | MTRNord | 1 | +2 | -0 |
| 2018-02-17 12:45 | Set Content-Type | MTRNord | 1 | +1 | -0 |
| 2018-02-17 12:40 | Less Debug log | MTRNord | 1 | +0 | -4 |
| 2018-02-17 12:39 | Check later when it is a retweet | MTRNord | 1 | +3 | -3 |
| 2018-02-17 12:36 | Check if we already know the exiting tweet | MTRNord | 1 | +10 | -1 |
| 2018-02-17 11:43 | Skip retweets if they occur more than once | MTRNord | 1 | +10 | -5 |
| 2018-02-17 11:23 | Fix retweeted if | MTRNord | 1 | +6 | -1 |
| 2018-02-17 11:13 | Split requests into chunks | MTRNord | 4 | +89 | -75 |
| 2018-02-16 18:35 | Create LICENSE | Marcel | 1 | +674 | -0 |
| 2018-02-16 18:33 | Initial rewrite | MTRNord | 6 | +404 | -0 |