Commit Graph

  • 9bc436b2a2 Use friend model. Pierre 2018-02-03 15:25:58 +0100
  • 375a4c6c82 Created friend model Pierre 2018-02-03 15:17:25 +0100
  • e09b280e20 Improved casting. Pierre 2018-02-03 15:02:43 +0100
  • 8611d3fa1e Can create comments. Pierre 2018-01-31 06:47:25 +0100
  • 6f792886e4 Create save_post_image function. Pierre 2018-01-31 06:29:04 +0100
  • b1dd002942 Implemented comments like update status. Pierre 2018-01-27 18:56:06 +0100
  • bb0dc94d96 Can get informations about a single comment. Pierre 2018-01-27 18:39:08 +0100
  • ddd0421592 Comment content can be updated. Pierre 2018-01-27 18:19:30 +0100
  • 00c61345d8 Created comments controller Pierre 2018-01-25 06:55:18 +0100
  • 9cb070a24c Created comments delete functions. Pierre 2018-01-25 06:54:53 +0100
  • 37b3893849 Can check if a user is the owner of a comment or not. Pierre 2018-01-24 06:58:06 +0100
  • 249c85c1db Created getPostCommentIDWithAccess Pierre 2018-01-24 06:53:58 +0100
  • b8bf77370f Get the ID of a post associated to a comment. Locked delete_all function Pierre 2018-01-24 06:51:47 +0100
  • 2c4e84a7db Check if a commen exists Pierre 2018-01-24 06:39:37 +0100
  • c19ab3d587 Response to a survey can be saved. Pierre 2018-01-18 06:42:24 +0100
  • 5637be6d61 Users can cancel responses to a survey. Pierre 2018-01-16 19:23:54 +0100
  • e4861d562d Fixed issue Pierre 2018-01-16 18:48:12 +0100
  • 72d9ef4dfa Added security check for comments. Pierre 2018-01-16 18:36:41 +0100
  • ce593b5a5c Can get informations about a single post Pierre 2018-01-16 07:00:13 +0100
  • 5174e0b1ae Made get_single post method public Pierre 2018-01-16 06:59:24 +0100
  • bdea05d9c0 Posts content can be updated Pierre 2018-01-16 06:39:52 +0100
  • de69f4861f Created a REST method to update POST content. Pierre 2018-01-15 19:18:05 +0100
  • e1724ea49d Reduced code length. Pierre 2018-01-15 19:14:34 +0100
  • b5bb1e32fd Created a function to quickly check if user is allowed to see a post. Pierre 2018-01-15 19:14:17 +0100
  • cd4c9114dd Created a function to check post content Pierre 2018-01-14 19:29:45 +0100
  • 29b989952d Created a new function to get post ID with full access. Pierre 2018-01-14 19:23:10 +0100
  • 57cff401ad Can delete post Pierre 2018-01-13 19:38:38 +0100
  • d24a5bbfff Can delete survey Pierre 2018-01-13 19:38:28 +0100
  • d6f2e9bac7 Delete all the comments of a post Pierre 2018-01-13 19:07:15 +0100
  • 336fa60314 Created delete method on the API. Pierre 2018-01-12 07:00:08 +0100
  • a67c62fd95 Can delete all the likes of an element. Pierre 2018-01-12 06:59:36 +0100
  • 773280973b Created components helper Pierre 2018-01-12 06:57:46 +0100
  • a37eb0f621 Can update visibility level Pierre 2018-01-10 20:12:01 +0100
  • b7052d11f8 Created an helper to get visibility level Pierre 2018-01-10 19:26:10 +0100
  • 4338d7043d New version of visibility detection in createPost method Pierre 2018-01-10 07:03:21 +0100
  • 9e82720491 Updated visibility levels Pierre 2018-01-10 06:59:28 +0100
  • 6378dc95ee Cache friendship informations Pierre 2018-01-09 06:57:01 +0100
  • eeb52f669c Get level access to posts Pierre 2018-01-09 06:49:13 +0100
  • a10c89cd5d Splited access_level function in two Pierre 2018-01-09 06:44:34 +0100
  • f4620717c2 Can create survey Pierre 2018-01-07 19:06:01 +0100
  • d3fa9f5127 Can create all posts type except surveys Pierre 2018-01-07 18:51:00 +0100
  • 8085765369 Documented create post function Pierre 2018-01-07 18:11:41 +0100
  • 824c78d7d5 Ready to create posts Pierre 2018-01-07 18:05:05 +0100
  • 4c4d7b854e Added a function to check the security of HTML source Pierre 2018-01-07 17:53:39 +0100
  • c83fd453a0 Get securely a timestamp sent in a POST request Pierre 2018-01-07 17:15:26 +0100
  • 52ab3aa206 Defined constants for post types Pierre 2018-01-07 16:41:24 +0100
  • d909b2a29e Created a function to check posted URLs Pierre 2018-01-07 16:40:10 +0100
  • cc909ebf7a Added URL analyzer library Pierre 2018-01-07 16:23:41 +0100
  • f7cd4ca179 Fixed issue Pierre 2018-01-07 14:42:34 +0100
  • ad25e93557 Can get the ID of the owner of a movie. Pierre 2018-01-06 19:09:07 +0100
  • 5a75165082 Get a post movie ID securely Pierre 2018-01-06 19:03:26 +0100
  • 9546895a4d Update comments Pierre 2018-01-06 18:32:42 +0100
  • b263d8b5a5 Update comment Pierre 2018-01-06 18:30:48 +0100
  • 737d3bccb1 Added casting Pierre 2018-01-06 18:29:25 +0100
  • 5a4918db39 Created User->canCreatePosts method Pierre 2018-01-06 18:26:02 +0100
  • e4343b0ef4 Added a function to check posted files Pierre 2018-01-06 18:25:27 +0100
  • 8cbacb2746 Added casting Pierre 2018-01-06 18:25:05 +0100
  • 0363f3188f Can get the list of movies of the user Pierre 2018-01-05 15:12:42 +0100
  • 27a9d69370 Fixed user visiblity check issue Pierre 2018-01-04 18:59:29 +0100
  • 814d840e38 Moved the can_posts_text value Pierre 2018-01-04 17:51:21 +0100
  • debbdbc7ca Enabled likes on posts Pierre 2018-01-04 17:42:40 +0100
  • 7f6ac13d7d Get post access level Pierre 2018-01-04 13:59:48 +0100
  • 96b4f6b99e Get informations about survey Pierre 2018-01-04 10:29:07 +0100
  • f1cbb8dc8a Return time instead of day / month / year for countdown timer Pierre 2018-01-03 12:34:38 +0100
  • 9be24430b2 Get informations about movies Pierre 2018-01-03 09:53:10 +0100
  • 746d08c29f API now requires tokens Pierre 2018-01-02 17:43:00 +0100
  • cbfc390c1a Check query lenght Pierre 2018-01-01 18:40:26 +0100
  • c5f26e661f Made search more clear Pierre 2018-01-01 15:43:37 +0100
  • c058baf394 Moved visibility level detection Pierre 2017-12-31 17:48:26 +0100
  • b640739fd4 Get informations about likes in posts Pierre 2017-12-31 17:42:53 +0100
  • c10ee2a4f0 Get user likes in comments Pierre 2017-12-31 17:40:49 +0100
  • 0c64b153c9 Update read status in refresh_single Pierre 2017-12-31 14:08:27 +0100
  • e95f6cfb98 A user can delete his membership from a conversation Pierre 2017-12-31 13:49:10 +0100
  • 9044501f8b Can delete completely a conversation Pierre 2017-12-31 12:56:08 +0100
  • a0373ccdb6 Improved conversations ID security check Pierre 2017-12-29 18:03:41 +0100
  • 50c2848a1b Added functions casting Pierre 2017-12-29 18:01:53 +0100
  • 3e7b31d7e1 Added space in error message Pierre 2017-12-29 10:23:59 +0100
  • 41f6e94c19 Can update user page like status Pierre 2017-12-29 09:49:44 +0100
  • a902a44927 Created mysql_date() function Pierre 2017-12-29 09:46:10 +0100
  • 73cb430db5 Fetch informations about pages like Pierre 2017-12-29 08:14:38 +0100
  • 22d2ea2c1c Fixed typo Pierre 2017-12-25 13:03:50 +0100
  • fda0b10a7c Get the comments associated to a post Pierre 2017-12-25 09:58:30 +0100
  • d3cdad6572 Better security check in userController Pierre 2017-12-25 09:21:54 +0100
  • 4f605ea4dd Improved conversation controller security checks Pierre 2017-12-25 09:20:22 +0100
  • b4edf378b3 Improved security check for friendID Pierre 2017-12-25 09:17:38 +0100
  • 263d1ee8e2 Added function casting Pierre 2017-12-25 09:11:57 +0100
  • e948162dca Fetch more informations about posts Pierre 2017-12-25 08:56:51 +0100
  • 85bf596e54 First post request Pierre 2017-12-24 17:45:05 +0100
  • bdf47b9c26 Improved security of "sendRequest" method Pierre 2017-12-24 16:48:08 +0100
  • e8b448ea86 Created post class and controller Pierre 2017-12-24 16:35:50 +0100
  • c40b04aab7 Transform account creation date into account creation time Pierre 2017-12-23 18:33:16 +0100
  • 7e0807780a Fixed error provoked by previous commit Pierre 2017-12-23 18:21:48 +0100
  • a2b92b4e6c Can get the number of friends of a user Pierre 2017-12-23 18:03:05 +0100
  • ffff5e6c85 Reduced number of public informations Pierre 2017-12-23 17:51:53 +0100
  • ffb8428c10 Update following status Pierre 2017-12-23 15:25:18 +0100
  • 9fb9b30b1f Can remove a previously sent frienship request. Pierre 2017-12-23 09:03:00 +0100
  • 235428982d Can create a frienship request Pierre 2017-12-21 19:24:25 +0100
  • d5eda3c1d4 Check wether user can post text on his friend page Pierre 2017-12-21 18:55:20 +0100
  • 35d4ab94ac Get following status Pierre 2017-12-21 18:49:50 +0100
  • 583ef8fc2d Can get friendship status Pierre 2017-12-20 18:53:00 +0100