Commit Graph

  • 9e3032e919 more fixes to addons doc, include project addons in string extraction for translations, fix the string extractor which was looking in the old places for version info zotlabs 2016-10-18 16:26:54 -07:00
  • c2e2994403 Merge pull request #555 from dawnbreak/QA_testing zotlabs 2016-10-19 09:53:59 +11:00
  • b92e3ca3ee [TASK] Restructure tests/ folder. Klaus Weidenbach 2016-10-12 21:50:49 +02:00
  • 2abea94f8e bring the addons list up to date zotlabs 2016-10-18 15:22:38 -07:00
  • fcc648ecfd script to update the autoloader static files zotlabs 2016-10-18 14:58:20 -07:00
  • 2e1046220a Merge pull request #554 from dawnbreak/composer-light zotlabs 2016-10-19 06:37:39 +11:00
  • a532bd9cf1 bugfix release 1.14.2 1.14.2 Mario Vavti 2016-10-18 21:02:10 +02:00
  • f2d1f1efd6 issue #553 - negative birthday from directory. This may not completely fix it and may take a profile update to register the change; but it's a start; specifically we need to store 0000-00-00 in the xprof table of the directory server if that's what we get over the wire. Birthday fields are string and are not subject to SQL strict_mode on dates. We want these to be the string '0000-00-00' if not set to a valid date. zotlabs 2016-10-17 18:42:06 -07:00
  • 745515b11f [FEATURE] Add config and use composer autoloader. Klaus Weidenbach 2016-10-17 23:26:48 +02:00
  • a7fd4e96f1 issue #549, ACL has 'public' selected even when restrictive ACL is being used. zotlabs 2016-10-17 20:52:02 -07:00
  • 17091bd38c add get_photo hook to go along with get_profile_photo hook. This allows a plugin to over-ride the permissions for cover photos or insert a different photo in place of that requested zotlabs 2016-10-17 22:09:41 -07:00
  • 437aa168d1 array_key_exists warning on PConfig::Delete() zotlabs 2016-10-17 21:03:34 -07:00
  • f31ef3420d issue #549, ACL has 'public' selected even when restrictive ACL is being used. zotlabs 2016-10-17 20:52:02 -07:00
  • b37184ae57 issue #553 - negative birthday from directory. This may not completely fix it and may take a profile update to register the change; but it's a start; specifically we need to store 0000-00-00 in the xprof table of the directory server if that's what we get over the wire. Birthday fields are string and are not subject to SQL strict_mode on dates. We want these to be the string '0000-00-00' if not set to a valid date. zotlabs 2016-10-17 18:42:06 -07:00
  • 716a83d1f7 some pdo work zotlabs 2016-10-17 16:12:32 -07:00
  • 6c7972470b if we have to go through this contortion every time we change a DB column from unsigned to signed... zotlabs 2016-10-17 16:10:32 -07:00
  • 40ce6724a9 "alter table alter" has completely different rules between postgres and mysql zotlabs 2016-10-17 15:13:58 -07:00
  • e46e3027fa rename diaspora2bb() to markdown_to_bb() to reflect that is has a more generic use zotlabs 2016-10-16 16:48:33 -07:00
  • 5ea46444e9 issue #550 zotlabs 2016-10-16 00:29:51 -07:00
  • 47bfb681c0 add new hook doc zotlabs 2016-10-14 14:27:21 -07:00
  • 3f7f5f9429 remove corporate codes from diaspora2bb, add plugin hook markdown_to_bb zotlabs 2016-10-14 14:22:01 -07:00
  • a9cae7c9bd roll std_version zotlabs 2016-10-14 14:05:11 -07:00
  • ebd92d736a permissions issue zotlabs 2016-10-14 13:16:33 -07:00
  • 96b7bfb32c remove logging zotlabs 2016-10-14 13:17:53 -07:00
  • 5d9cf6a6d7 remove logging zotlabs 2016-10-14 13:17:53 -07:00
  • 47db3452f4 permissions issue zotlabs 2016-10-14 13:16:33 -07:00
  • 40e03a05be Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge zotlabs 2016-10-13 21:06:26 -07:00
  • bd70e6ae6d try to filter any path information from leaking through to zot_finger; and log the url wherever called to track down where it might be called with a malformed webbie or complete path instead of hostname. zotlabs 2016-10-13 21:01:54 -07:00
  • b9eb74a705 Merge pull request #547 from dawnbreak/docu zotlabs 2016-10-14 12:55:01 +11:00
  • daaefed61b provide text log results of email success/failure rather than 1 and 0. zotlabs 2016-10-13 16:47:45 -07:00
  • 7b41839ea8 [TASK] Update Doxyfile and fix Doxygen errors. Klaus Weidenbach 2016-10-02 00:41:25 +02:00
  • 6532972e61 additional array checking zotlabs 2016-10-13 00:30:41 -07:00
  • 48026efddf consolidate duplicated code for creating table entries from an array zotlabs 2016-10-12 22:12:58 -07:00
  • e314510005 minor zotlabs 2016-10-12 20:41:59 -07:00
  • facc6ee6b3 allow hooks to have negative priority zotlabs 2016-10-12 20:04:19 -07:00
  • 9a2f86e9ad remove special handling of lookalike '@ char from attach path zotlabs 2016-10-12 18:23:59 -07:00
  • 513b8959f5 Merge pull request #545 from dawnbreak/atfix zotlabs 2016-10-13 12:21:27 +11:00
  • 8a00b62cba caught one typo from the last checkin zotlabs 2016-10-12 18:17:34 -07:00
  • 9bb847bb07 remove the rest of the backticks from sql queries; replace with TQUOT const which is driver dependent zotlabs 2016-10-12 18:15:12 -07:00
  • 40bfce463d add the twitter API 1.1 code points zotlabs 2016-10-12 17:00:50 -07:00
  • fc7d29edd3 some more api work zotlabs 2016-10-12 15:31:14 -07:00
  • 4f7d14dfb2 Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge zotlabs 2016-10-12 15:30:43 -07:00
  • cfc61a69ef bbcode: remove the inserted <br /> between list elements due to linefeeds in the textarea. zotlabs 2016-10-12 15:25:48 -07:00
  • ce0f98989c Release version 1.14 1.14 Mario Vavti 2016-10-12 12:23:34 +02:00
  • cf547be1d6 Merge branch '1.14RC' Mario Vavti 2016-10-12 12:13:44 +02:00
  • 745ac240d7 update changelog Mario Vavti 2016-10-12 11:23:27 +02:00
  • 16da1a4e81 update changelog Mario Vavti 2016-10-12 11:23:27 +02:00
  • 73d67bb16a fix connected time not shown on ajax loaded connections Mario Vavti 2016-10-12 10:59:19 +02:00
  • 050c0752f9 fix connected time not shown on ajax loaded connections Mario Vavti 2016-10-12 10:59:19 +02:00
  • ae62d30811 more api work, mostly bringing the file up to speed with the project coding style guidelines zotlabs 2016-10-11 21:43:37 -07:00
  • f59a0192b4 more api work zotlabs 2016-10-11 21:09:26 -07:00
  • f56b4773cb When importing a channel from another server, try to auto-discover the best available api path. zotlabs 2016-10-11 20:53:13 -07:00
  • 1a4a8f1ef7 more api cleanup zotlabs 2016-10-11 18:37:47 -07:00
  • 03aacc35b3 start on the API re-write zotlabs 2016-10-11 16:13:52 -07:00
  • d5cd6f9a51 Comment and code about UTF-8 @-sign do not match. Klaus Weidenbach 2016-10-11 11:48:16 +02:00
  • 205bc96827 make diaspora w2w appear as a quote to make a little bit more clear what is happening Mario Vavti 2016-10-11 10:17:38 +02:00
  • 2bd61aed7a spaghetti zotlabs 2016-10-10 15:04:57 -07:00
  • 6706bed676 make diaspora w2w appear as a quote to make a little bit more clear what is happening Mario Vavti 2016-10-11 10:17:38 +02:00
  • 81e704648f api issues zotlabs 2016-10-10 23:24:30 -07:00
  • c4debca11d api issues zotlabs 2016-10-10 23:24:30 -07:00
  • e75b0cb743 Merge branch '1.14RC' of https://github.com/redmatrix/hubzilla into 1.14RC_merge zotlabs 2016-10-10 22:47:19 -07:00
  • 29617737ca Merge branch 'master' of https://github.com/redmatrix/hubzilla into master_merge zotlabs 2016-10-10 22:46:43 -07:00
  • 26cc73118a don't expire posts before 2001 zotlabs 2016-10-10 22:44:11 -07:00
  • 47e91e0660 don't expire posts before 2001 zotlabs 2016-10-10 22:44:11 -07:00
  • c6eecb06d5 don't expire posts before 2001 zotlabs 2016-10-10 22:44:11 -07:00
  • 896b46d18e spaghetti zotlabs 2016-10-10 15:04:57 -07:00
  • 18ef8ea271 changelog and version 1.14RC1 Mario Vavti 2016-10-10 20:16:15 +02:00
  • ad26eec9f2 bump micro version Mario Vavti 2016-10-10 14:41:06 +02:00
  • 3b422406a9 hotfix for readmore.js Mario Vavti 2016-10-10 14:38:45 +02:00
  • 78c63c480a another fix to readmore.js and update patch file Mario Vavti 2016-10-10 14:27:49 +02:00
  • 79a068e92b another fix to readmore.js and update patch file Mario Vavti 2016-10-10 14:27:49 +02:00
  • 717a532c09 fix readmorejs collapsing on scrolldirection change in mobile browsers Mario Vavti 2016-10-10 13:30:05 +02:00
  • b2cc2e6765 fix readmorejs collapsing on scrolldirection change in mobile browsers Mario Vavti 2016-10-10 13:30:05 +02:00
  • af13e5fa4a since the snap module runs without permissions controls, verify the logged in channel matches the requested cloud path zotlabs 2016-10-09 21:36:55 -07:00
  • 8eac8132e3 snap dav module is currently read-only. error out on any request methods which can alter data. zotlabs 2016-10-09 21:28:24 -07:00
  • 50f579d301 Provide better explanation of server_roles in the config template zotlabs 2016-10-09 21:01:41 -07:00
  • 02c72e59fa provide a DAV module which accesses the raw data storage for a channel. Together with an export data function in the API this allows a client process to create true backups of the cloud storage and importable cloud mirrors with all the metadata intact. The import function will need to be modified slightly to obtain the file contents from a plugin or API call; since it currently tries to fetch it from the source hub. zotlabs 2016-10-09 20:49:40 -07:00
  • e7233c0c94 more backquotes - this should take care of most except for the array import queries zotlabs 2016-10-09 16:31:04 -07:00
  • 2bdf135cbc remove more backquotes zotlabs 2016-10-09 16:13:49 -07:00
  • 134b9fc466 don't show diaspora protocol info in the hcard if the diaspora protocol is not installed. This really needs to be moved to the plugin but this was a quick fix. zotlabs 2016-10-08 15:30:06 -07:00
  • 10863a5949 add oauth2/oidc lib zotlabs 2016-10-07 14:11:24 -07:00
  • bf02e04283 merge usermenu and caret when using pro redmatrix 2016-10-06 17:41:52 -07:00
  • 49fd53ee67 try naked embed before submission instead of at render time redmatrix 2016-10-06 15:59:27 -07:00
  • 48f70e55aa try naked embed before submission instead of at render time redmatrix 2016-10-06 15:59:27 -07:00
  • 3250d75320 new hook bbcode_filter redmatrix 2016-10-05 17:21:32 -07:00
  • 1ad4d26f31 Merge branch '1.14RC' of https://github.com/redmatrix/hubzilla into 1.14RC_merge redmatrix 2016-10-05 17:28:12 -07:00
  • 87ee48bd84 update hook documentation redmatrix 2016-10-05 17:25:49 -07:00
  • 24f9bb41df Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge redmatrix 2016-10-05 17:26:19 -07:00
  • 2a02b6de44 update hook documentation redmatrix 2016-10-05 17:25:49 -07:00
  • 21a0498a30 new hook bbcode_filter redmatrix 2016-10-05 17:21:32 -07:00
  • 411d7aa6c4 Updating strings for it, nl and es.. jeroenpraat 2016-10-05 22:29:57 +02:00
  • d0e9b4ce9f Updating strings for it, nl and es. jeroenpraat 2016-10-05 22:18:50 +02:00
  • 50c5f8c389 bugfixrelease fullcalendar-3.0.1 Mario Vavti 2016-10-05 20:39:50 +02:00
  • 619c79df27 bugfixrelease fullcalendar-3.0.1 Mario Vavti 2016-10-05 20:39:50 +02:00
  • 246b2c0d1b remove leftover rating fragment redmatrix 2016-10-04 15:33:14 -07:00
  • 55c67c7870 remove obscured @ hack redmatrix 2016-10-04 19:37:16 -07:00
  • 26ea11c44f Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge redmatrix 2016-10-04 15:33:39 -07:00
  • de1825e54b remove leftover rating fragment redmatrix 2016-10-04 15:33:14 -07:00
  • e259503933 feature_enabled() only takes two arguments Mario Vavti 2016-10-04 21:11:11 +02:00
  • c089d30915 feature_enabled() only takes two arguments Mario Vavti 2016-10-04 21:11:11 +02:00