Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | code comments | redmatrix | 2016-06-15 | 1 | -0/+5 |
| | |||||
* | ignore case in language names and add 'js' as an alias for 'javascript' | redmatrix | 2016-06-15 | 1 | -1/+3 |
| | |||||
* | This was the reason for the large line widths - an extra linefeed after each ↵ | redmatrix | 2016-06-15 | 1 | -1/+1 |
| | | | | li element | ||||
* | provide syntax based [colour] highlighting on code blocks for popular ↵ | redmatrix | 2016-06-15 | 1 | -0/+38 |
| | | | | languages. I'm not happy with the line height on the list elements but couldn't see where this was defaulted. This uses the syntax [code=xxx]some code snippet[/code], where xxx represents a code/language style - with about 18 builtins. | ||||
* | missing iconfig conversion | redmatrix | 2016-06-13 | 1 | -3/+6 |
| | |||||
* | deprecate the item_id table - replace with iconfig. A possibly useful ↵ | redmatrix | 2016-06-13 | 1 | -2/+3 |
| | | | | function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication. | ||||
* | provide a hover class for smiley emojis which renders them slightly larger ↵ | redmatrix | 2016-06-04 | 1 | -1/+1 |
| | | | | on compatible devices when you single them out for inspection | ||||
* | the :tone variants are messed up, remove them | redmatrix | 2016-06-04 | 1 | -0/+2 |
| | |||||
* | return of the project smilie | redmatrix | 2016-06-04 | 1 | -2/+3 |
| | |||||
* | For emojis in posts, extend smilies and save a lot of duplication of effort | redmatrix | 2016-06-04 | 1 | -0/+12 |
| | |||||
* | missed an object -> obj conversion in prepare_body | redmatrix | 2016-06-03 | 1 | -1/+1 |
| | |||||
* | some initial emoji reaction work | redmatrix | 2016-06-02 | 1 | -1/+5 |
| | |||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -32/+1 |
| | | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files. | ||||
* | more db column renames | redmatrix | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | track down some issues from the application logs | redmatrix | 2016-05-26 | 1 | -0/+9 |
| | |||||
* | code cleanup | redmatrix | 2016-05-24 | 1 | -20/+8 |
| | |||||
* | more work associated with DBA and index.php shuffle | redmatrix | 2016-05-24 | 1 | -10/+15 |
| | |||||
* | relocate index and db | redmatrix | 2016-05-24 | 1 | -2/+2 |
| | |||||
* | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 1 | -3/+3 |
| | | | | (connections.php) | ||||
* | move template stuff to zotlabs/render | redmatrix | 2016-05-20 | 1 | -4/+2 |
| | |||||
* | cleanup proc_run after messing it up with debugging yesterday | redmatrix | 2016-05-20 | 1 | -0/+29 |
| | |||||
* | Ensure that channels can't be created with DAV reserved paths as a redress. ↵ | redmatrix | 2016-05-11 | 1 | -1/+15 |
| | | | | Sabre mentions in several places that trying to change these paths to other strings; while possible - is unsupported and likely to cause problems. So for now, we're stuck with 'principals', 'addressbooks', and 'calendars'. If you already have these redresses on your site, you're basically buggered. | ||||
* | convert media embed functions that deal with rewriting specific corporate ↵ | redmatrix | 2016-05-08 | 1 | -23/+6 |
| | | | | services to addon hooks | ||||
* | objectify comanche | redmatrix | 2016-05-05 | 1 | -0/+39 |
| | |||||
* | a couple of bugfixes from earlier checkins and implementation of source tags | redmatrix | 2016-05-01 | 1 | -1/+1 |
| | |||||
* | some much needed work on oembed security | redmatrix | 2016-05-01 | 1 | -1/+30 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-04-30 | 1 | -26/+26 |
|\ | |||||
| * | update icon names in include/ | Treer | 2016-05-01 | 1 | -26/+26 |
| | | |||||
* | | trim engr_units string slight improvement to avoid subtle bugs | redmatrix | 2016-04-29 | 1 | -1/+3 |
|/ | |||||
* | allow engineering units (e.g. 400M, 1G) as service class limits | redmatrix | 2016-04-28 | 1 | -1/+1 |
| | |||||
* | move spoiler= and quote= bbcode handling from prepare_body() to bbcode() and ↵ | Mario Vavti | 2016-04-26 | 1 | -29/+0 |
| | | | | add open tag to bbco_autocomplete | ||||
* | Setup was horked after this commit and I couldn't easily make it right so ↵ | redmatrix | 2016-04-25 | 1 | -8/+8 |
| | | | | | | | | reverting - will try again at a future date Revert "remove global db variable" This reverts commit c3b0c0f32a17649503db67f208cce6f9e0cdc322. | ||||
* | remove global db variable | redmatrix | 2016-04-25 | 1 | -8/+8 |
| | |||||
* | more work on file sync to clones, 60-70% test coverage, mostly working but ↵ | redmatrix | 2016-04-06 | 1 | -6/+4 |
| | | | | many changes made during testing which themselves have not yet been tested | ||||
* | file sync work | redmatrix | 2016-04-06 | 1 | -4/+21 |
| | |||||
* | static App | redmatrix | 2016-03-31 | 1 | -40/+40 |
| | |||||
* | deprecate $a->get_baseurl() | redmatrix | 2016-03-30 | 1 | -44/+44 |
| | |||||
* | issue #319 - NOTE: this does not fix the issue, it only reports it and ↵ | redmatrix | 2016-03-30 | 1 | -0/+19 |
| | | | | continues. We need to examine any logger statements that contain 'stack:' as a result of reporting this issue and find and fix the original problem - which is that set_pconfig is being called without a valid $uid. I'm worried that since we will now continue on without throwing a PHP error that nobody will ever notice or find the problem that is causing this. | ||||
* | fix link to photo album and make sure that small photos are not overwritten ↵ | Mario Vavti | 2016-02-26 | 1 | -3/+3 |
| | | | | by body text. | ||||
* | retry the move of AccessList to composer format (one or more third-party ↵ | redmatrix | 2016-02-21 | 1 | -0/+60 |
| | | | | plugins will likely break as a result) | ||||
* | poke basic config setting | redmatrix | 2016-02-04 | 1 | -9/+17 |
| | |||||
* | add a fixme | redmatrix | 2016-01-21 | 1 | -0/+2 |
| | |||||
* | make contact block look widget alike | Mario Vavti | 2016-01-21 | 1 | -2/+2 |
| | |||||
* | yearly license update | redmatrix | 2015-12-31 | 1 | -0/+1 |
| | |||||
* | log API improvements and queue optimisation for singleton networks | redmatrix | 2015-12-31 | 1 | -3/+20 |
| | |||||
* | spelling | redmatrix | 2015-12-25 | 1 | -1/+1 |
| | |||||
* | enhance whitespace | redmatrix | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | revise the photo activity a bit so that we always have a valid activity ↵ | redmatrix | 2015-12-15 | 1 | -9/+15 |
| | | | | body. Several network connectors can get empty posts or posts that don't contain any reference whatsoever to the actual photo. Since this can cause duplicate images on our own site, just provide the activity summary and any included body text to the activity by default. Provide a function to enhance this activity with an actual photo which can be applied on demand for any network connectors that desire it. Otherwise they'll just get a link to the photo in the activity statement - which is better than an empty post. Have applied this "add actual photo to the post" function to both Diaspora and RSS feeds. Also provide the album as the activity target. | ||||
* | beautify event item code | Mario Vavti | 2015-11-26 | 1 | -45/+32 |
| | |||||
* | first iteration on the event item | Mario Vavti | 2015-11-26 | 1 | -1/+50 |
| |