Commit Graph
15408 Commits
Author SHA1 Message Date
redmatrix 38d513181d Merge https://github.com/redmatrix/hubzilla into pending_merge 2015-12-15 15:17:39 -08:00
redmatrix f121b74bec enhance whitespace 2015-12-15 15:17:10 -08:00
redmatrix cb8cccc537 fix typos before merging 2015-12-15 15:13:16 -08:00
redmatrix 2924b9182e revise the photo activity a bit so that we always have a valid activity body. Several network connectors can get empty posts or posts that don't contain any reference whatsoever to the actual photo. Since this can cause duplicate images on our own site, just provide the activity summary and any included body text to the activity by default. Provide a function to enhance this activity with an actual photo which can be applied on demand for any network connectors that desire it. Otherwise they'll just get a link to the photo in the activity statement - which is better than an empty post. Have applied this "add actual photo to the post" function to both Diaspora and RSS feeds. Also provide the album as the activity target. 2015-12-15 15:01:54 -08:00
jeroenpraat 5a59cd9b8c Invitation only added to the admin site page. Plus css wrapper class to docu search. 2015-12-15 21:00:40 +01:00
redmatrix ba463afbdc even more queue api 2015-12-15 00:42:19 -08:00
redmatrix 6f2a5117dc more queue api 2015-12-15 00:04:30 -08:00
redmatrix b13241564b more work on queue api 2015-12-14 22:44:05 -08:00
redmatrix 76816de3aa simplify queue insertion for normal items 2015-12-14 20:49:12 -08:00
redmatrix 49108c230b regenerate the item body for linked photo items that now have no body to provide legal activities when going to other networks. Remove the signature since the signed text was an empty string and we've just replaced it with content that will not verify. 2015-12-14 17:58:39 -08:00
redmatrix b32bba47c8 set following to false 2015-12-14 17:25:40 -08:00
redmatrix dcf7946673 revert include/photos.php:L380 2015-12-14 02:34:18 -08:00
redmatrix fdd2da905a more work on api media uploads 2015-12-13 19:15:42 -08:00
redmatrix 2cceca49e9 Merge https://github.com/redmatrix/hubzilla into pending_merge 2015-12-13 15:37:26 -08:00
redmatrix bb0e4044bf remove the unqualified "OAuth" namespace from the project. We need to reference either OAuth1 or OAuth2. 2015-12-13 15:35:45 -08:00
jeroenpraat 7244dfce1d Typos 2015-12-12 17:32:29 +01:00
jeroenpraat fb5ac37ca2 That script is taken from someone else without any contribution (http://blog.strictly-software.com/2013/07/apache-performance-tuning-bash-script.html). Also the English is very bad. Anyway, I've replaced it with some general tips that all web admins should know. 2015-12-12 17:30:02 +01:00
jeroenpraat f0a588547d Merge branch 'master' of https://github.com/redmatrix/hubzilla 2015-12-12 17:02:01 +01:00
jeroenpraat 04d3ac9aaf es+nl strings update 2015-12-12 17:01:43 +01:00
redmatrix 395268da22 a couple of api improvements 2015-12-11 21:10:20 -08:00
redmatrix ac3075bef7 Merge https://github.com/redmatrix/hubzilla into pending_merge 2015-12-11 17:01:23 -08:00
redmatrix 1f4c596841 add deprecated update_with_media endpoint 2015-12-11 17:00:45 -08:00
redmatrix 6613275cc2 Merge pull request #215 from royalterra/master
Add Link and extra Doc to Apache Configuration
2015-12-12 09:15:24 +11:00
redmatrix 9fb7a12849 incorrect obj_type on several items 2015-12-11 02:52:43 -08:00
royalterra 4633273279 Update INSTALL.txt
Add Link to ApacheTune for configure mod Prefork
2015-12-11 09:49:14 +00:00
royalterra d0482133a5 Update INSTALL.txt 2015-12-11 09:48:04 +00:00
royalterra 4ff31d0a41 Merge pull request #1 from redmatrix/master
merge branches
2015-12-11 09:39:01 +00:00
redmatrix f73c82632f some minor cleanup - change the default of the discover tab (public stream access) 2015-12-10 19:18:55 -08:00
redmatrix 8389d8677d some major cleanup of api authentication stuff - still needs much more and this still may not solve #206 2015-12-10 16:39:46 -08:00
redmatrix 7fa944ed95 don't spit out sabre xml on permission denied exceptions, just provide a 401 2015-12-10 15:13:10 -08:00
redmatrix 2340092008 Merge https://github.com/redmatrix/hubzilla into pending_merge 2015-12-10 14:44:37 -08:00
jeroenpraat 6cd3296c08 Missing underscores in doc 2015-12-10 23:32:25 +01:00
redmatrix 8e1e301764 refactor a few more redundant returns 2015-12-09 21:03:29 -08:00
redmatrix bd37f59829 simplify magic-auth - a lot... Would be even simpler if we didn't need to provide remote debugging, which takes up about half the code. But we need that because nobody wants to try and debug this shit by asking somebody at the other end to report what's in their logfile. We've tried this repeatedly. The only thing we can do is bring back all the debugging data so you can look at it yourself. 2015-12-09 20:51:00 -08:00
redmatrix 72edc9cd6c start working on the singleton setting 2015-12-09 18:30:30 -08:00
redmatrix 93123e1fa8 Merge https://github.com/redmatrix/hubzilla into pending_merge 2015-12-09 14:56:27 -08:00
redmatrix 4b6dcbb057 provide paths for include files 2015-12-09 14:56:08 -08:00
jeroenpraat 47f7165b07 Some work on the login, register and default home page. Mostly neatly centering things on different viewport widths. Bluegrid schema updated. 2015-12-09 23:41:37 +01:00
redmatrix ae2c0e6552 Merge https://github.com/redmatrix/hubzilla into pending_merge 2015-12-09 11:51:55 -08:00
redmatrix 200eabe052 add empty arg 2015-12-09 11:51:31 -08:00
redmatrix 5042200492 Merge pull request #212 from msooon/master
Let’s Encrypt support
2015-12-10 06:24:30 +11:00
jeroenpraat 2e73e6bfb6 Fix #109. 2015-12-09 14:37:14 +01:00
msooon c1d10bbbcb Merge pull request #1 from msooon/Lets-encrypt-support
Let’s Encrypt added
2015-12-09 12:21:17 +01:00
msooon 746acc21f7 Let’s Encrypt added 2015-12-09 10:54:48 +01:00
msooon f5226a748f Let’s Encrypt added 2015-12-09 10:48:41 +01:00
redmatrix 0f4ceedbb4 remove duplicated code 2015-12-08 20:47:55 -08:00
redmatrix 656e5fd052 use killme() instead of die() so that any sessions are closed cleanly. 2015-12-08 20:42:46 -08:00
redmatrix 5735cad457 remove extra debug logging and ensure we don't try to authenticate without a hubloc 2015-12-08 19:43:49 -08:00
redmatrix 648f972cf0 Merge https://github.com/redmatrix/hubzilla into pending_merge 2015-12-08 18:32:05 -08:00
redmatrix baab9b6fbc more libzot stuff 2015-12-08 18:31:33 -08:00