aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1009 from dawnbreak/QA_testinggit-marijus2018-03-232-15/+28
|\ | | | | :construction_worker:Extend Travis, add PostgreSQL10.
| * :construction_worker:Extend Travis, add PostgreSQL10.Klaus Weidenbach2018-03-172-15/+28
| | | | | | | | | | | | Add PostgreSQL10 to TravisCI through Docker container. Use PHP7.2 instead of PHP7.1 as default test environment. Update to current stable MariaDB 10.2 from stable (GA) 10.1.
* | Merge pull request #1010 from dawnbreak/devgit-marijus2018-03-23795-12112/+25965
|\ \ | | | | | | :arrow_up: Update libraries.
| * | :arrow_up: Update libraries.Klaus Weidenbach2018-03-18795-12112/+25965
| | | | | | | | | | | | | | | | | | | | | | | | michelf/php-markdown (1.7.0 => 1.8.0) ezyang/htmlpurifier (v4.9.3 => v4.10.0) commerceguys/intl (v0.7.4 => v0.7.5) sabre/http (4.2.3 => v4.2.4) sabre/vobject (4.1.3 => 4.1.5)
* | | an attemot to fix the PermissionRolesTestMario Vavti2018-03-231-1/+2
| | |
* | | Merge remote-tracking branch 'mike/master' into devMario Vavti2018-03-236-17/+94
|\ \ \
| * | | tagadelic was being overly protective of permissions.zotlabs2018-03-221-2/+2
| | | |
| * | | slight change in mail privacy implementation. If you initiate a private mail ↵zotlabs2018-03-221-4/+22
| | | | | | | | | | | | | | | | conversation and they respond, accept the reply. You can't hide behind your permissions or lack thereof. Often this will be accidental. If you truly want to block them from replying and your permissions otherwise would not allow them to reply, delete the conversation.
| * | | make list mode work in cards and articleszotlabs2018-03-224-8/+42
| | | |
| * | | make alt_pager work for articles/cardszotlabs2018-03-222-6/+29
| | | |
| * | | hubzilla issue #1013 - comments not displayed in single card/article viewzotlabs2018-03-222-4/+6
| | | |
* | | | new markdown lib seems to handle < and > correct. remove the workaraound.Mario Vavti2018-03-231-2/+2
| | | |
* | | | prevent reload loop if somebody lands on /ochannel (without channel_address ↵Mario Vavti2018-03-221-0/+3
|/ / / | | | | | | | | | and without trailing slash)
* | | Hubzilla issue #1006, fix anonymous comments bump thread before being approved.zotlabs2018-03-212-2/+16
| | |
* | | initial support for alternative sort orders on the cloud pages. Can be ↵zotlabs2018-03-213-1/+24
| | | | | | | | | | | | triggered manually but further development is required.
* | | Add Ochannel module for testing OStatus bad behaviourzotlabs2018-03-211-0/+66
| | |
* | | add the social "party" permission rolezotlabs2018-03-203-5/+29
|/ /
* / do not include pending registrations in accounts and goaway to ↵Mario Vavti2018-03-172-3/+6
|/ | | | /admin/accounts after approval or denial of an pending registration
* Merge remote-tracking branch 'mike/master' into devMario Vavti2018-03-174-21/+20
|\
| * slight re-org and update of documentation, moving the tutorial to the top.zotlabs2018-03-164-21/+20
| |
* | change hearts for heart in reactions but cheet with the unicodeMario Vavti2018-03-161-0/+0
| |
* | use transform to scale emojis. this prevents text jumping on hoverMario Vavti2018-03-161-2/+3
|/
* add auth flag to share attributes so we can make a costly determination to ↵zotlabs2018-03-156-52/+43
| | | | use zid at post submission time instead of making multiple calls to is_matrix_url() at render time
* match hosts instead of urls to decide if to zid or not to zidMario Vavti2018-03-151-7/+7
|
* do not always zid share links. add missing <Mario Vavti2018-03-151-4/+4
|
* add xchan_network = zot and xchan_deleted = 0 to the random_profile() queryMario Vavti2018-03-151-1/+4
|
* add zotadel.net to directory fallback serversMario Vavti2018-03-151-1/+2
|
* mastodon content-warning cont: only strip nsfw tag if a content warning ↵zotlabs2018-03-141-1/+1
| | | | spoiler is used. Else it's legitimately nsfw.
* more work with unicode usernameszotlabs2018-03-142-4/+4
|
* use original exif_read_data() parameters which were lost in a regression; ↵zotlabs2018-03-142-1/+9
| | | | unset automatic nsfw category generated for Mastodon content warning posts, as people use CW as a spoiler mechanism 99% of the time and flagging inappropriate content 1% of the time.
* indicate that there are events today in notifications by changing the badge ↵Mario Vavti2018-03-141-0/+8
| | | | class from secondary to danger. issue #1001
* update justified gallery lib from 3.6.3 to 3.6.5Mario Vavti2018-03-144-60/+93
|
* Merge remote-tracking branch 'mike/master' into devMario Vavti2018-03-143-7/+14
|\
| * make unicode usernames work in chanview modulezotlabs2018-03-141-1/+1
| |
| * somewhere along the line the output of exif_read_data() changed and it no ↵zotlabs2018-03-132-6/+13
| | | | | | | | longer provides populated sections. Adjust for the new format and allow for the old because I cannot find documentation of this change anywhere. This affects photo rotation and the photo map feature.
* | fix channel_addressMario Vavti2018-03-141-1/+1
| |
* | make the oneway-overlay slightly opaqueMario Vavti2018-03-141-0/+1
| |
* | reveal the profile name field only if multi prifiles feature is enabledMario Vavti2018-03-142-9/+10
| |
* | show site registration notifications setting only to site adminMario Vavti2018-03-142-3/+5
| |
* | whitespaceMario Vavti2018-03-141-16/+16
|/
* add ability to disable newmember widget ahead of timeMario Vavti2018-03-131-2/+3
|
* Merge pull request #1000 from mrjive/devgit-marijus2018-03-134-8492/+13225
|\ | | | | Connections page filtering for active connections
| * Merge pull request #18 from redmatrix/devmrjive2018-03-13957-144104/+10091
| |\ | | | | | | Dev
| * | small work on connections pagemrjive2018-03-132-11/+33
| | |
| * | Partial italina translationhmessages.po hstrings.phpmrjive2018-03-052-8482/+13199
| | |
| * | Merge pull request #15 from redmatrix/devmrjive2018-02-21284-4563/+6296
| |\ \ | | | | | | | | Dev
| * \ \ Merge pull request #14 from redmatrix/devmrjive2018-02-0210-65/+104
| |\ \ \ | | | | | | | | | | Dev
| * \ \ \ Merge pull request #13 from redmatrix/devmrjive2018-01-3034-132/+450
| |\ \ \ \ | | | | | | | | | | | | Dev
| * | | | | small changesmrjive2018-01-291-1/+1
| | | | | | | | | | | | | | | | | | changed icon from sort to filter and changed id to class in content-wrapper clearfix
| * | | | | Update connections.tplmrjive2018-01-291-1/+1
| | | | | |