aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Only show wiki delete control if channel ownerAndrew Manning2016-05-294-7/+16
|
* Hide page controls when not owner. Fixed some serious access control issues.Andrew Manning2016-05-291-22/+27
|
* Hacked Parsedown and Markdown to add class inline-code to <code> blocks for ↵Andrew Manning2016-05-295-6/+28
| | | | proper inline code rendering. Stopped using Parsedown even though Markdown is slower, hence extra delay when previewing pages.
* Fixed bug where page file was not loaded because of urlencoding/urldecodingAndrew Manning2016-05-291-1/+1
|
* Home page create with new wiki. URL redirects here when no page given. Fixed ↵Andrew Manning2016-05-292-4/+18
| | | | bug with author in wiki item table record.
* Git commit made for the page edits when the page is saved.Andrew Manning2016-05-293-5/+62
|
* Wiki pages can be saved.Andrew Manning2016-05-283-6/+83
|
* Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-05-285-2123/+2151
|\
| * allow objs to represent inventoryredmatrix2016-05-274-4/+25
| |
| * strings updateredmatrix2016-05-271-2109/+2099
| |
| * check for session before querying session varsredmatrix2016-05-271-10/+27
| |
* | Show page content by default. Hide page controls where appropriate. Fix ↵Andrew Manning2016-05-282-8/+18
| | | | | | | | sandbox text format.
* | Page content is loaded from the file on diskAndrew Manning2016-05-283-4/+35
| |
* | Wiki page list links work. File content is not yet loaded into the editor. ↵Andrew Manning2016-05-284-12/+25
| | | | | | | | Removed some logger calls.
* | Wiki page list is fetched and the page widget is updatedAndrew Manning2016-05-285-15/+81
| |
* | Add new page to wiki and redirect to editor page.Andrew Manning2016-05-273-13/+120
| |
* | Check if wiki exists and redirect if it does notAndrew Manning2016-05-272-1/+19
| |
* | Wiki deletion worksAndrew Manning2016-05-272-6/+12
| |
* | Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-05-27152-5312/+4411
|\|
| * link to hubchart site for site detail on pubsites pageredmatrix2016-05-261-2/+3
| |
| * track down some issues from the application logsredmatrix2016-05-263-4/+13
| |
| * don't need quite so many backslashesredmatrix2016-05-261-11/+11
| |
| * consolidate all the sys_boot functionality that is common between the web ↵redmatrix2016-05-2616-100/+82
| | | | | | | | server and the cli daemon manager. Get rid of yet another global variable ($default_timezone) whilst doing so.
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-05-263-7/+9
| |\
| | * another typoMario Vavti2016-05-261-1/+1
| | |
| | * check if $addonDir is a dir to silence warning if it does not existMario Vavti2016-05-261-5/+7
| | |
| | * typoMario Vavti2016-05-261-1/+1
| | |
| * | kill off mcryptredmatrix2016-05-262-10/+11
| |/
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-05-252-0/+4
| |\
| | * Merge pull request #402 from git-marijus/devhubzilla2016-05-262-0/+4
| | |\ | | | | | | | | another try on #385 - replace sabres restrictive CSP with what we do in boot.php
| | | * another try on #385 - replace sabres restrictive CSP with what we do in boot.phpMario Vavti2016-05-252-0/+4
| | | |
| * | | update to the bug docoredmatrix2016-05-251-15/+1
| |/ /
| * | run background/daemon tasks at approximately 4 hour intervals from web ↵redmatrix2016-05-251-5/+10
| | | | | | | | | | | | accesses if they aren't being run otherwise. This ensures they run, although perhaps a bit infrequently; even if unconfigured. This is not suitable for a production site, but may be acceptable for small single person hubs and test sites. The 'cron warning email' now means that background processes are totally borked; probably due to a fascist hosting provider that has blocked process execution.
| * | some event fixes, also change jquery-textcomplete to un-minified since the ↵redmatrix2016-05-254-23/+41
| | | | | | | | | | | | minified version appears to require a mapping file and causes a lot of server fetch errors trying to load it.
| * | app rendering issues, typo in class name and could not find icon ↵redmatrix2016-05-252-2/+2
| | | | | | | | | | | | 'fa-arrow-circle-o-down-alt'; using 'fa-arrow-circle-o-down' instead
| * | duplicate daemon run of cronhooksredmatrix2016-05-251-5/+0
| | |
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-05-253-9/+0
| |\ \
| | * \ Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-05-251-1/+1
| | |\ \
| | * | | remove the add others button for now - after some research it turned out not ↵Mario Vavti2016-05-253-9/+0
| | | |/ | | |/| | | | | | | | | beeing so useful
| * | | Just set it and forget it.redmatrix2016-05-251-3/+1
| | |/ | |/|
| * | hubzilla is not a legal entity. the hubzilla community encompasses a group ↵redmatrix2016-05-251-1/+1
| |/ | | | | | | of people who are in fact legal entities.
| * require token signatures in zot_refresh, also move channel specific stuff ↵redmatrix2016-05-245-23/+50
| | | | | | | | into include/channel.php from include/connections.php
| * code cleanupredmatrix2016-05-2430-584/+28
| |
| * Add space between project name and server typeredmatrix2016-05-242-2/+2
| |
| * more work associated with DBA and index.php shuffleredmatrix2016-05-246-139/+105
| |
| * relocate index and dbredmatrix2016-05-247-221/+253
| |
| * moved enotifyredmatrix2016-05-248-140/+136
| |
| * Clarify the privacy rights of commenters, as this can be contentious across ↵redmatrix2016-05-231-2/+2
| | | | | | | | the policies of different distributed communication systems.
| * typoredmatrix2016-05-231-1/+1
| |
| * remove some doxygen files that leaked into /docredmatrix2016-05-222-577/+0
| |