aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #741 from redmatrix/anaqreon-patch-2git-marijus2017-05-031-1/+1
|\ | | | | Update INSTALL.txt
| * Update INSTALL.txtAndrew Manning2017-04-301-1/+1
|/ | | The webpage element portation tools need the zip extension, such as the `php7.0-zip` package on Debian.
* remove redundant and non-functional/broken check for successfully cloned ↵zotlabs2017-04-071-6/+0
| | | | channel record which was left over from an earlier method of creating the table; which was deprecated a few months back.
* remove hubzilla.site from directory fallback servers until further noticeMario Vavti2017-03-291-1/+1
|
* Merge pull request #706 from dawnbreak/masterKlaus2017-03-2149-1651/+0
|\ | | | | issue #699
| * issue #699zotlabs2017-03-2149-1651/+0
|/ | | | (cherry picked from commit a45dd09fc0aa08fc81b7c62a9ac6aab78487dd8e)
* fix php warning and remove loggingMario Vavti2017-03-191-4/+2
|
* better handling of mimetype securityMario Vavti2017-03-152-18/+6
|
* Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2017-03-131-1/+25
|\
| * Login-box css-fix for Bluegrid schemejeroenpraat2017-03-101-1/+25
| |
* | we need to have this even if we are not the owner. otherwise we loose the ↵Mario Vavti2017-03-131-1/+1
|/ | | | acl if e.g. not-owner edits a webpage. should probably find a better solution for this though.
* Update latest Spanish strings (were commited to dev instead of the RC)jeroenpraat2017-03-082-5335/+5384
|
* Merge branch 2.2RC2.2Mario Vavti2017-03-08868-40986/+159191
|\
| * version 2.2 and changelogMario Vavti2017-03-082-2/+3
| |
| * allow post_activity_item to be passed an empty ACL without resetting to ↵zotlabs2017-03-061-1/+2
| | | | | | | | channel default
| * add public_policy to the nwiki container also. This should not affect the ↵zotlabs2017-03-061-0/+2
| | | | | | | | recent bug as presented, but is being added for consistency.
| * correct fix for wiki anonymous read issue (items_permissions_sql checks ↵zotlabs2017-03-062-9/+6
| | | | | | | | item.public_policy which was set for posts, not wikis)
| * Big 2.2 string update Dutchjeroenpraat2017-03-062-6864/+7305
| |
| * allow unauthenticated access to public wiki pagesMario Vavti2017-03-061-2/+10
| |
| * do not collapse long nsfw contentMario Vavti2017-03-061-1/+1
| |
| * update changelogMario Vavti2017-03-041-0/+1
| |
| * we need item edited for wiki page history, not item createdMario Vavti2017-03-041-1/+1
| |
| * fix badge position for narrow navbarMario Vavti2017-03-031-4/+0
| |
| * provide info if there are no sche,es availableMario Vavti2017-03-021-4/+9
| |
| * reset schema value after we empty and repopulate it. second half of fix for #624Mario Vavti2017-03-022-2/+2
| |
| * reset schema value after we empty and repopulate it. first half of fix for #624Mario Vavti2017-03-021-0/+2
| |
| * setting top position of contextual-help in schemes does not work with narrow ↵Mario Vavti2017-03-024-5/+0
| | | | | | | | navbar setting. schema css is always called last.
| * add title to connect buttonMario Vavti2017-03-011-1/+1
| |
| * minor template fixesMario Vavti2017-03-013-19/+12
| |
| * missing css classMario Vavti2017-02-281-1/+1
| |
| * Merge branch '2.2RC' of https://github.com/redmatrix/hubzilla into 2.2RC_mergezotlabs2017-02-2710-14/+38
| |\
| | * fix js issue in markdown mimetype wikis if content contains quotesMario Vavti2017-02-272-6/+4
| | |
| | * update changelogMario Vavti2017-02-271-0/+1
| | |
| | * whitespaceMario Vavti2017-02-271-2/+0
| | |
| | * missing clearMario Vavti2017-02-271-1/+1
| | |
| | * do not mess up schemasMario Vavti2017-02-271-4/+6
| | |
| | * lower version requirement to 2.2RCMario Vavti2017-02-271-1/+1
| | |
| | * set minversion and maxversion for themes in ↵Mario Vavti2017-02-276-7/+13
| | | | | | | | | | | | view/theme/themename/php/theme.php instead of separate file.
| | * add a minversion to the theme and fallback to default if requirement is not ↵Mario Vavti2017-02-266-7/+26
| | | | | | | | | | | | met. mark incompatible themes in the theme selector
| * | document the filesize limitations on uploading via /cloud, fix ↵zotlabs2017-02-271-2/+6
| |/ | | | | | | non-functional anchor
| * send sync packet on profile photo permissions changezotlabs2017-02-251-0/+9
| |
| * Merge branch '2.2RC' of https://github.com/redmatrix/hubzilla into 2.2RC_mergezotlabs2017-02-252-2/+2
| |\
| | * bump versionMario Vavti2017-02-251-1/+1
| | |
| | * use chanlink_url() in directory since the xchan might not yet be available ↵Mario Vavti2017-02-241-1/+1
| | | | | | | | | | | | on our server
| * | escape tags on viewsrc output in case it is not text/bbcode.zotlabs2017-02-251-1/+3
| |/
| * minor editszotlabs2017-02-231-6/+8
| |
| * Merge branch '2.2RC' of https://github.com/redmatrix/hubzilla into 2.2RC_mergezotlabs2017-02-230-0/+0
| |\
| | * update changelogMario Vavti2017-02-231-0/+86
| | |
| | * move collapsed login and register buttons to the leftMario Vavti2017-02-232-3/+12
| | |
| | * yet one more place to use chanlink_hash() instead of chanlink_url()Mario Vavti2017-02-231-2/+2
| | |