aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #224 from zzottel/masterzzottel2015-12-162-6969/+7218
|\ | | | | update to German strings
| * update to German stringszottel2015-12-162-6969/+7218
|/
* Merge pull request #223 from zzottel/masterzzottel2015-12-161-1/+1
|\ | | | | remove directory red.zottel.red, add hubzilla.zottel.net instead
| * remove directory fallback server red.zottel.red, add hubzilla.zottel.net insteadzottel2015-12-161-1/+1
| |
* | Merge pull request #222 from wave72/masterWave2015-12-162-983/+1036
|\ \ | |/ |/| Updated Italian strings
| * Updated Italian stringsPaolo Tacconi2015-12-162-983/+1036
| |
* | some more minor api tweaksredmatrix2015-12-151-5/+9
| |
* | bring back the schemaspy makefileredmatrix2015-12-151-0/+17
| |
* | remove deprecated tableredmatrix2015-12-156-39/+2
| |
* | additional fix for the array_key_exists message in #221redmatrix2015-12-151-1/+1
| |
* | issue #221redmatrix2015-12-15374-89385/+31
| |
* | Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-12-153-2/+9
|\ \
| * | Invitation only added to the admin site page. Plus css wrapper class to docu ↵jeroenpraat2015-12-153-2/+9
| | | | | | | | | | | | search.
* | | enhance whitespaceredmatrix2015-12-151-1/+1
| | |
* | | fix typos before mergingredmatrix2015-12-151-1/+1
| | |
* | | revise the photo activity a bit so that we always have a valid activity ↵redmatrix2015-12-154-50/+53
|/ / | | | | | | 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.
* | even more queue apiredmatrix2015-12-151-15/+7
| |
* | more queue apiredmatrix2015-12-154-30/+29
| |
* | more work on queue apiredmatrix2015-12-144-67/+45
| |
* | simplify queue insertion for normal itemsredmatrix2015-12-142-39/+44
| |
* | regenerate the item body for linked photo items that now have no body to ↵redmatrix2015-12-142-0/+22
| | | | | | | | 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.
* | set following to falseredmatrix2015-12-141-1/+1
| |
* | revert include/photos.php:L380redmatrix2015-12-142-2/+2
| |
* | more work on api media uploadsredmatrix2015-12-134-20/+37
| |
* | Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-12-135-1518/+1511
|\ \
| * | Typosjeroenpraat2015-12-121-1/+1
| | |
| * | That script is taken from someone else without any contribution ↵jeroenpraat2015-12-121-14/+3
| | | | | | | | | | | | (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.
| * | Merge branch 'master' of https://github.com/redmatrix/hubzillajeroenpraat2015-12-123-2/+28
| |\ \
| * | | es+nl strings updatejeroenpraat2015-12-124-1504/+1508
| | | |
* | | | remove the unqualified "OAuth" namespace from the project. We need to ↵redmatrix2015-12-138-102/+103
| |/ / |/| | | | | | | | reference either OAuth1 or OAuth2.
* | | a couple of api improvementsredmatrix2015-12-112-2/+11
| | |
* | | Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-12-111-0/+16
|\ \ \
| * \ \ Merge pull request #215 from royalterra/masterredmatrix2015-12-121-0/+16
| |\ \ \ | | |/ / | |/| | Add Link and extra Doc to Apache Configuration
| | * | Update INSTALL.txtroyalterra2015-12-111-0/+1
| | | | | | | | | | | | Add Link to ApacheTune for configure mod Prefork
| | * | Update INSTALL.txtroyalterra2015-12-111-0/+15
| | | |
| | * | Merge pull request #1 from redmatrix/masterroyalterra2015-12-11286-47204/+49251
| | |\ \ | | | | | | | | | | merge branches
* | | | | add deprecated update_with_media endpointredmatrix2015-12-111-0/+1
|/ / / /
* | / / incorrect obj_type on several itemsredmatrix2015-12-116-618/+621
| |/ / |/| |
* | | some minor cleanup - change the default of the discover tab (public stream ↵redmatrix2015-12-105-27/+28
| | | | | | | | | | | | access)
* | | some major cleanup of api authentication stuff - still needs much more and ↵redmatrix2015-12-103-114/+109
| | | | | | | | | | | | this still may not solve #206
* | | don't spit out sabre xml on permission denied exceptions, just provide a 401redmatrix2015-12-102-31/+13
| | |
* | | Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-12-101-1/+1
|\ \ \
| * | | Missing underscores in docjeroenpraat2015-12-101-1/+1
| | | |
* | | | refactor a few more redundant returnsredmatrix2015-12-091-11/+7
|/ / /
* | | simplify magic-auth - a lot... Would be even simpler if we didn't need to ↵redmatrix2015-12-092-153/+149
| | | | | | | | | | | | 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.
* | | start working on the singleton settingredmatrix2015-12-095-7/+35
| | |
* | | Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-12-096-21/+62
|\ \ \
| * | | Some work on the login, register and default home page. Mostly neatly ↵jeroenpraat2015-12-096-21/+62
| | | | | | | | | | | | | | | | centering things on different viewport widths. Bluegrid schema updated.
* | | | provide paths for include filesredmatrix2015-12-091-5/+5
|/ / /
* | | Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-12-096-5/+65
|\ \ \