- 01 Sep, 2016 1 commit
-
-
mmn authored
-
- 22 Feb, 2016 1 commit
-
-
mmn authored
Evil forms on other websites could otherwise potentially be configured to have action="https://gnusocial.example/api/statuses/update.json" or whatever. XHR is already blocked with CORS stuff. Really, why do browsers allow cross domain POSTs at all? Sigh. The web.
-
- 21 Feb, 2016 3 commits
- 09 Feb, 2016 1 commit
-
-
mmn authored
The risk of injection attacks using HTTP is too great to allow a site that allows both HTTP and HTTPS...
-
- 07 Feb, 2016 1 commit
-
-
mmn authored
-
- 03 Feb, 2016 4 commits
- 02 Feb, 2016 1 commit
-
-
mmn authored
-
- 29 Jan, 2016 2 commits
- 28 Jan, 2016 1 commit
-
-
mmn authored
-
- 24 Jan, 2016 2 commits
- 19 Jan, 2016 1 commit
-
-
hannes authored
-
- 13 Jan, 2016 3 commits
- 12 Jan, 2016 2 commits
- 11 Jan, 2016 3 commits
- 09 Jan, 2016 1 commit
-
-
mmn authored
-
- 08 Jan, 2016 1 commit
-
-
mmn authored
-
- 07 Jan, 2016 2 commits
- 05 Jan, 2016 2 commits
- 01 Jan, 2016 2 commits
- 05 Dec, 2015 1 commit
-
-
mmn authored
-
- 02 Nov, 2015 1 commit
-
-
Stephen Paul Weber authored
The code was so involved there was even a comment asking for a refactor. Now, File_redirection::where always returns a nice File_redirection object instead of an array or string or nothing. The object is either one which already existed or else a new, unsaved object. Instead of duplicating "does it exist" checks everywhere, do it in File_redirection::where. You either get what exists or something to save. An unsaved File_redirection may be paired with an unsaved File. You will want to save the File first (using ->saveFile()) and put the id in File_redirection#file_id before saving.
-
- 28 Oct, 2015 2 commits
-
-
Stephen Paul Weber authored
-
Stephen Paul Weber authored
Use an associated model to prevent race conditions on creating the profile object.
-
- 23 Oct, 2015 1 commit
-
-
Stephen Paul Weber authored
Because inferring who you mean (especially in the presence of remotes) can suck
-
- 04 Oct, 2015 1 commit
-
-
mmn authored
-