Commit Graph

  • 4b350b9090 Fixed bug in access control. Hide new wiki/page buttons if not channel owner. Andrew Manning 2016-05-29 21:23:56 -04:00
  • a3dfdd9d38 Remove Parsedown library files and remove references. Andrew Manning 2016-05-29 20:44:28 -04:00
  • 00d32f6b94 Only show wiki delete control if channel owner Andrew Manning 2016-05-29 20:39:19 -04:00
  • fad27fc1e7 Hide page controls when not owner. Fixed some serious access control issues. Andrew Manning 2016-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 Manning 2016-05-29 17:06:45 -04:00
  • 75b169f391 Fixed bug where page file was not loaded because of urlencoding/urldecoding Andrew Manning 2016-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 Manning 2016-05-29 13:33:52 -04:00
  • 63a97ff6fc Git commit made for the page edits when the page is saved. Andrew Manning 2016-05-29 10:18:26 -04:00
  • cac6cef495 use composer to install sabre32 Mario Vavti 2016-05-29 10:58:11 +02:00
  • aab9766c53 missed some files Mario Vavti 2016-05-29 00:33:28 +02:00
  • ab54bf5149 Wiki pages can be saved. Andrew Manning 2016-05-28 15:11:19 -04:00
  • 55b587002e Merge remote-tracking branch 'upstream/dev' into wiki Andrew Manning 2016-05-28 14:12:53 -04:00
  • 819683a073 Show page content by default. Hide page controls where appropriate. Fix sandbox text format. Andrew Manning 2016-05-28 14:11:36 -04:00
  • 7393dccde8 Page content is loaded from the file on disk Andrew Manning 2016-05-28 12:33:07 -04:00
  • 66effbfe08 upgrade to sabre32 Mario Vavti 2016-05-28 17:46:24 +02:00
  • ae94e8a855 Wiki page list links work. File content is not yet loaded into the editor. Removed some logger calls. Andrew Manning 2016-05-28 07:42:18 -04:00
  • f884fa6678 Wiki page list is fetched and the page widget is updated Andrew Manning 2016-05-28 07:17:42 -04:00
  • ac4688eac0 allow objs to represent inventory redmatrix 2016-05-27 23:57:47 -07:00
  • 4691c3ec01 Add new page to wiki and redirect to editor page. Andrew Manning 2016-05-27 22:19:05 -04:00
  • ca78ebce6d Check if wiki exists and redirect if it does not Andrew Manning 2016-05-27 20:37:37 -04:00
  • 97e6b7c4ba Wiki deletion works Andrew Manning 2016-05-27 20:20:33 -04:00
  • ab6eb1c4b2 strings update redmatrix 2016-05-27 16:11:58 -07:00
  • 0919c1eb61 check for session before querying session vars redmatrix 2016-05-27 16:09:44 -07:00
  • d554681174 Merge remote-tracking branch 'upstream/dev' into wiki Andrew Manning 2016-05-27 06:35:15 -04:00
  • 551cf8ee94 link to hubchart site for site detail on pubsites page redmatrix 2016-05-26 19:40:16 -07:00
  • 61304d80d2 track down some issues from the application logs redmatrix 2016-05-26 18:45:47 -07:00
  • 1bce285eca don't need quite so many backslashes redmatrix 2016-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. redmatrix 2016-05-26 16:33:01 -07:00
  • 8e4889bdf1 Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge redmatrix 2016-05-26 13:22:29 -07:00
  • 7b91e551c4 kill off mcrypt redmatrix 2016-05-26 13:21:43 -07:00
  • 9d7abd58ac another typo Mario Vavti 2016-05-26 14:37:30 +02:00
  • 24360fd191 check if $addonDir is a dir to silence warning if it does not exist Mario Vavti 2016-05-26 14:33:10 +02:00
  • 9017dcd0fd typo Mario Vavti 2016-05-26 14:23:17 +02:00
  • 30d0f21079 Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge redmatrix 2016-05-25 21:32:40 -07:00
  • d78bc12cbe update to the bug doco redmatrix 2016-05-25 21:32:13 -07:00
  • 2a9c1db0c9 Merge pull request #402 from git-marijus/dev hubzilla 2016-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. redmatrix 2016-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. redmatrix 2016-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 redmatrix 2016-05-25 17:30:15 -07:00
  • e559f8b6a1 duplicate daemon run of cronhooks redmatrix 2016-05-25 16:48:32 -07:00
  • 0d8dcdbbc9 Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge redmatrix 2016-05-25 13:46:55 -07:00
  • da19ac98dd Just set it and forget it. redmatrix 2016-05-25 13:46:19 -07:00
  • 45568bf097 Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev Mario Vavti 2016-05-25 14:32:17 +02:00
  • 9908a7193a remove the add others button for now - after some research it turned out not beeing so useful Mario Vavti 2016-05-25 14:31:58 +02:00
  • 929d33fb22 another try on #385 - replace sabres restrictive CSP with what we do in boot.php Mario Vavti 2016-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. redmatrix 2016-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 redmatrix 2016-05-24 23:05:00 -07:00
  • 80f2ba640e code cleanup redmatrix 2016-05-24 20:49:23 -07:00
  • f9a295a236 Add space between project name and server type redmatrix 2016-05-24 19:25:10 -07:00
  • 516c43ba15 more work associated with DBA and index.php shuffle redmatrix 2016-05-24 17:54:45 -07:00
  • 84ba6393ad relocate index and db redmatrix 2016-05-24 16:36:55 -07:00
  • e00b8a7082 Delete wiki (in progress) Andrew Manning 2016-05-24 06:15:42 -04:00
  • 29ba891809 moved enotify redmatrix 2016-05-24 01:25:13 -07:00
  • 25357b208a Clarify the privacy rights of commenters, as this can be contentious across the policies of different distributed communication systems. redmatrix 2016-05-23 16:21:44 -07:00
  • 80b422bdbe typo redmatrix 2016-05-23 13:49:54 -07:00
  • 4e01956b33 Merge remote-tracking branch 'upstream/dev' into dev zottel 2016-05-23 20:19:50 +02:00
  • 1215638540 remove some doxygen files that leaked into /doc redmatrix 2016-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. redmatrix 2016-05-22 22:44:13 -07:00
  • a1aa3d9061 Can't use "use x as y" aliases in callback function declarations redmatrix 2016-05-22 22:08:01 -07:00
  • 1aa3051e97 move chatroom stuff to zlib redmatrix 2016-05-22 20:54:52 -07:00
  • 20f444f5f2 add missing file redmatrix 2016-05-22 19:26:21 -07:00
  • 2d06663490 move apps to zlib redmatrix 2016-05-22 19:25:27 -07:00
  • 5e0698ba87 turn the oft-repeated block_public ... check into a function observer_prohibited() redmatrix 2016-05-22 17:52:30 -07:00
  • d7d347469c Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge redmatrix 2016-05-22 16:57:46 -07:00
  • de006771c7 renamed include files identity.php (channel.php) and Contact.php (connections.php) redmatrix 2016-05-22 16:54:30 -07:00
  • b4e5d303b5 Update NL + ES_ES jeroenpraat 2016-05-22 23:17:06 +02:00
  • a36bef7979 List of wikis populates with links according to observer permissions. Andrew Manning 2016-05-21 21:55:09 -04:00
  • 2fdd148598 Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge redmatrix 2016-05-21 18:21:35 -07:00
  • 3dc131757d include new finger backend redmatrix 2016-05-21 18:21:04 -07:00
  • 1cb311cef9 finish updating zot_finger instances redmatrix 2016-05-21 18:18:33 -07:00
  • ed56b6e67b first cut at zot-finger request signatures redmatrix 2016-05-21 18:02:14 -07:00
  • 049147a9d7 Successful new wiki git repo and item table record Andrew Manning 2016-05-21 19:02:23 -04:00
  • 5c1f23b61a Merge pull request #400 from anaqreon/plugin-repo-path hubzilla 2016-05-22 07:40:20 +10:00
  • 4d4e49f4d8 Merge pull request #399 from phellmes/de20160521 hubzilla 2016-05-22 07:39:47 +10:00
  • 5f2baa59f5 Forgot some templates Andrew Manning 2016-05-21 15:07:27 -04:00
  • c6aa42773a Trying to fix wiki branch starting fresh from dev Andrew Manning 2016-05-21 14:56:42 -04:00
  • 7a526fa8a9 Temp repo folder error message correction Andrew Manning 2016-05-21 12:58:05 -04: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 Manning 2016-05-21 12:55:17 -04:00
  • ef9b42aeb3 Update DE translation strings phellmes 2016-05-21 16:20:19 +02:00
  • 4979a45120 revert fix for #385 Mario Vavti 2016-05-21 15:14:33 +02:00
  • b66bacff9f possible better fix for #385 Mario Vavti 2016-05-21 14:52:07 +02:00
  • 9480e9b68b possible fix for #385 Mario Vavti 2016-05-21 14:34:01 +02:00
  • bf05012150 relocate the (unused currently) protocol driver redmatrix 2016-05-20 23:12:06 -07:00
  • d8ace38041 rework the conversation object stuff at a high level - still needs a bit of refactoring redmatrix 2016-05-20 22:52:47 -07:00
  • bc20cf9fa3 remove redundant include redmatrix 2016-05-20 22:16:57 -07:00
  • 019250eff8 consolidate include/*_selectors.php (not touching acl_selectors for the moment, as it will likely end up with a different disposition) redmatrix 2016-05-20 22:13:20 -07:00
  • ac095c89f1 code comments redmatrix 2016-05-20 19:14:49 -07:00
  • f4da365abd move template stuff to zotlabs/render redmatrix 2016-05-20 19:11:14 -07:00
  • b2f0d2d085 cleanup proc_run after messing it up with debugging yesterday redmatrix 2016-05-20 17:44:26 -07:00
  • aefeda8c41 recurse one more level of array when processing args redmatrix 2016-05-20 01:45:29 -07:00
  • fdece3b102 add some backtrace to find the issue redmatrix 2016-05-20 01:33:34 -07:00
  • cae380f068 case issue redmatrix 2016-05-20 01:21:19 -07:00
  • 3aa6e96904 update the installation text for the cron setup redmatrix 2016-05-19 22:59:25 -07:00
  • a97e7b2758 Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge redmatrix 2016-05-19 22:48:58 -07:00
  • 2cda18f354 remove test file redmatrix 2016-05-19 22:48:32 -07:00
  • 2e83c17e2d roll minor version, change example text redmatrix 2016-05-19 22:47:20 -07:00
  • 2f7d40d8db Merge remote-tracking branch 'upstream/dev' into dev zottel 2016-05-20 07:46:22 +02:00
  • f228bf4555 typo uncovered during tests redmatrix 2016-05-19 22:33:01 -07:00
  • a2cec8899a daemon conversion continued... redmatrix 2016-05-19 22:26:37 -07:00
  • 014168a29b cleanup of daemon infrastructure redmatrix 2016-05-19 21:32:19 -07:00