socialnetworknews-api

git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-api.git
Log | Files | Refs | LICENSE

DateCommit messageAuthorFiles+-
2018-04-10 19:53Make ApiVersion a const for easier upping on releasesMTRNord3+10-4
2018-04-10 19:06If we have no string as type don't say we are authenticated as the session is broken in that caseMTRNord1+12-7
2018-04-10 19:00Fix having wrong type which caused some crashes on the check endpointMTRNord1+1-1
2018-04-10 18:47Return userID on check requestMTRNord1+14-1
2018-04-03 17:11Use Get helperMTRNord1+1-1
2018-04-03 17:08Use correct ID to get dataMTRNord1+9-2
2018-04-03 17:03Add more details to errorsMTRNord1+12-6
2018-04-03 16:57Fix wrong data keyMTRNord1+1-1
2018-04-03 16:56Add more error context messagesMTRNord1+29-19
2018-04-03 16:48Add some more context to the errorsMTRNord1+5-3
2018-04-03 16:41Make sure we append after the DB stuffMTRNord1+3-2
2018-04-03 16:37Make sure we atleast return the empty paper Data if DB failsMTRNord1+1-1
2018-04-03 16:33Debug index errorMTRNord1+5-2
2018-04-03 16:16Return basic author dataMTRNord2+62-8
2018-04-03 15:26Change data returned by the login and add missing API-VERSION HeaderMTRNord1+20-34
2018-04-02 18:01Seems to work fineMTRNord1+0-2
2018-04-02 17:59Check out why the check returns the wrong status codeMTRNord1+2-0
2018-04-02 17:56Fix multiple header that get writtenMTRNord1+2-1
2018-04-02 17:53Fix pathMTRNord1+1-1
2018-04-02 17:51Add endpoint to check if user is Authorized (used for the settings page. Other endpoints will check on server side)MTRNord2+17-0
2018-03-31 19:54Fix generating JWT TokenMTRNord1+1-1
2018-03-31 19:50Just return status 200 and handle the redirect on the client pageMTRNord1+1-1
2018-03-31 19:49Return error if token generating failedMTRNord1+4-0
2018-03-31 19:31Fix host header hopefullyMTRNord1+5-4
2018-03-31 14:25Also add IDMTRNord1+1-0
2018-03-31 14:15Add JWT Token as responseMTRNord2+115-47
2018-03-31 12:16Dont exit directly (Temporary)MTRNord1+2-0
2018-03-31 12:13Temporary disable main features to test login via httpMTRNord1+4-5
2018-03-31 12:08Debug domainMTRNord1+3-1
2018-03-31 12:00Change portMTRNord1+1-1
2018-03-30 20:13Implement Logout HandlerMTRNord2+14-3
2018-03-30 20:11Use Host Header for callbackMTRNord3+45-13
2018-03-30 19:42Implement basic Login via Twitter (WIP)MTRNord5+61-4
2018-03-28 15:43Fix the code that was wrongMTRNord1+1-6
2018-03-28 15:36Fix nil pointerMTRNord1+3-3
2018-03-28 15:33Don't duplicate tweets if it got retweetedMTRNord1+6-1
2018-03-27 11:45Add info about who did the retweetMTRNord1+21-11
2018-03-27 11:38Fix missing changeMTRNord1+1-1
2018-03-27 11:35Transmit data of original tweet instead of the data of the new tweetMTRNord1+54-22
2018-03-26 19:36Apparently I missed to tell twitter I want to link a statusMTRNord1+1-1
2018-03-26 19:31Send missing link to TweetMTRNord1+2-0
2018-03-13 18:36Fix errorMTRNord2+15-17
2018-03-13 18:34Return 404 if file not foundMTRNord2+21-2
2018-03-13 17:53Use exact pathMTRNord1+1-3
2018-03-13 17:50Use System wide configsMTRNord1+1-1
2018-03-13 17:47Use system config dirMTRNord4+26-14
2018-02-19 19:04Fix Path matchingMTRNord1+1-1
2018-02-19 18:45Add missing if functionsMTRNord1+31-8
2018-02-19 18:32Try to implement the "GET /paper/{uuid}" endpointMTRNord2+35-3
2018-02-19 16:13Simplify CodeMTRNord1+7-9
2018-02-19 13:19Add missing ",omitempty" on the paper_imageMTRNord1+1-1
2018-02-19 13:18Return image URL too when adding a new PaperMTRNord1+1-0
2018-02-19 07:30Add ability to add a paper avatarMTRNord2+15-0
2018-02-18 21:26Fix getting the UUID and getting the name on "GET /papers"MTRNord1+3-3
2018-02-18 21:21Fix KeyMTRNord1+2-2
2018-02-18 21:15Only add a paper once to the "GET /papers" ArrayMTRNord1+6-0
2018-02-18 21:13Fix "GET /papers"MTRNord1+2-2
2018-02-18 21:09Fix Methods() on the /papers endpointMTRNord1+1-1
2018-02-18 21:01Fix uuid generationMTRNord1+4-1
2018-02-18 20:53Allow POST on /papersMTRNord2+4-3
2018-02-18 19:54Implement "POST /papers" Endpoint and fix the content of that Endpoint in the Definitions fileMTRNord2+77-7
2018-02-18 19:34Add "POST /papers" to API Definition && Add UUID to Author Object (in case of multiple users with same username)MTRNord2+42-0
2018-02-18 19:21Implement "GET /papers" EndpointMTRNord2+77-0
2018-02-18 18:30Actually apply the HeaderMTRNord1+1-0
2018-02-18 18:29Add Version headerMTRNord1+18-0
2018-02-18 18:17Extend API DefinitionsMTRNord1+77-13
2018-02-18 17:46Replace swagger.yaml with openapi.yamlMTRNord2+63-71
2018-02-18 17:29Prepare DB and add basic swagger.yamlMTRNord3+198-0
2018-02-17 19:36Fix ImagesMTRNord1+1-3
2018-02-17 19:31Add some Debug for photosMTRNord1+2-0
2018-02-17 12:45Set Content-TypeMTRNord1+1-0
2018-02-17 12:40Less Debug logMTRNord1+0-4
2018-02-17 12:39Check later when it is a retweetMTRNord1+3-3
2018-02-17 12:36Check if we already know the exiting tweetMTRNord1+10-1
2018-02-17 11:43Skip retweets if they occur more than onceMTRNord1+10-5
2018-02-17 11:23Fix retweeted ifMTRNord1+6-1
2018-02-17 11:13Split requests into chunksMTRNord4+89-75
2018-02-16 18:35Create LICENSEMarcel1+674-0
2018-02-16 18:33Initial rewriteMTRNord6+404-0