4b350b9090
Fixed bug in access control. Hide new wiki/page buttons if not channel owner.
Andrew Manning2016-05-29 21:23:56 -04:00
a3dfdd9d38
Remove Parsedown library files and remove references.
Andrew Manning2016-05-29 20:44:28 -04:00
00d32f6b94
Only show wiki delete control if channel owner
Andrew Manning2016-05-29 20:39:19 -04:00
fad27fc1e7
Hide page controls when not owner. Fixed some serious access control issues.
Andrew Manning2016-05-29 20:16:17 -04:00
3e6af5c876
Hacked Parsedown and Markdown to add class inline-code to <code> blocks for proper inline code rendering. Stopped using Parsedown even though Markdown is slower, hence extra delay when previewing pages.
Andrew Manning2016-05-29 17:06:45 -04:00
75b169f391
Fixed bug where page file was not loaded because of urlencoding/urldecoding
Andrew Manning2016-05-29 13:50:32 -04:00
df7772e301
Home page create with new wiki. URL redirects here when no page given. Fixed bug with author in wiki item table record.
Andrew Manning2016-05-29 13:33:52 -04:00
63a97ff6fc
Git commit made for the page edits when the page is saved.
Andrew Manning2016-05-29 10:18:26 -04:00
ae94e8a855
Wiki page list links work. File content is not yet loaded into the editor. Removed some logger calls.
Andrew Manning2016-05-28 07:42:18 -04:00
f884fa6678
Wiki page list is fetched and the page widget is updated
Andrew Manning2016-05-28 07:17:42 -04:00
ac4688eac0
allow objs to represent inventory
redmatrix2016-05-27 23:57:47 -07:00
4691c3ec01
Add new page to wiki and redirect to editor page.
Andrew Manning2016-05-27 22:19:05 -04:00
ca78ebce6d
Check if wiki exists and redirect if it does not
Andrew Manning2016-05-27 20:37:37 -04:00
0919c1eb61
check for session before querying session vars
redmatrix2016-05-27 16:09:44 -07:00
d554681174
Merge remote-tracking branch 'upstream/dev' into wiki
Andrew Manning2016-05-27 06:35:15 -04:00
551cf8ee94
link to hubchart site for site detail on pubsites page
redmatrix2016-05-26 19:40:16 -07:00
61304d80d2
track down some issues from the application logs
redmatrix2016-05-26 18:45:47 -07:00
1bce285eca
don't need quite so many backslashes
redmatrix2016-05-26 17:51:59 -07:00
096fdfc61b
consolidate all the sys_boot functionality that is common between the web server and the cli daemon manager. Get rid of yet another global variable ($default_timezone) whilst doing so.
redmatrix2016-05-26 16:33:01 -07:00
2a9c1db0c9
Merge pull request #402 from git-marijus/dev
hubzilla2016-05-26 14:25:48 +10:00
4716627453
run background/daemon tasks at approximately 4 hour intervals from web 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.
redmatrix2016-05-25 21:10:13 -07:00
2f64684299
some event fixes, also change jquery-textcomplete to un-minified since the minified version appears to require a mapping file and causes a lot of server fetch errors trying to load it.
redmatrix2016-05-25 20:06:21 -07:00
66b6f8c0ff
app rendering issues, typo in class name and could not find icon 'fa-arrow-circle-o-down-alt'; using 'fa-arrow-circle-o-down' instead
redmatrix2016-05-25 17:30:15 -07:00
e559f8b6a1
duplicate daemon run of cronhooks
redmatrix2016-05-25 16:48:32 -07:00
9908a7193a
remove the add others button for now - after some research it turned out not beeing so useful
Mario Vavti2016-05-25 14:31:58 +02:00
929d33fb22
another try on #385 - replace sabres restrictive CSP with what we do in boot.php
Mario Vavti2016-05-25 14:18:41 +02:00
a3e617987f
hubzilla is not a legal entity. the hubzilla community encompasses a group of people who are in fact legal entities.
redmatrix2016-05-25 01:59:49 -07:00
c37eaff263
require token signatures in zot_refresh, also move channel specific stuff into include/channel.php from include/connections.php
redmatrix2016-05-24 23:05:00 -07:00
25357b208a
Clarify the privacy rights of commenters, as this can be contentious across the policies of different distributed communication systems.
redmatrix2016-05-23 16:21:44 -07:00
4e01956b33
Merge remote-tracking branch 'upstream/dev' into dev
zottel2016-05-23 20:19:50 +02:00
1215638540
remove some doxygen files that leaked into /doc
redmatrix2016-05-22 23:04:14 -07:00
bbc71343bd
change the signed token format. We don't folks to be able to submit random text for signing by us, as they could then use these to generate known signatures.
redmatrix2016-05-22 22:44:13 -07:00
a1aa3d9061
Can't use "use x as y" aliases in callback function declarations
redmatrix2016-05-22 22:08:01 -07:00
598baa1b32
Moved git repository storage to store/[data]/git to avoid collision with a channel named git. Fixed bug where temp repo folder was never created.
Andrew Manning2016-05-21 12:55:17 -04:00
ef9b42aeb3
Update DE translation strings
phellmes2016-05-21 16:20:19 +02:00
019250eff8
consolidate include/*_selectors.php (not touching acl_selectors for the moment, as it will likely end up with a different disposition)
redmatrix2016-05-20 22:13:20 -07:00