Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | smileybutton fixes | Mario Vavti | 2017-05-19 | 1 | -2/+0 |
| | |||||
* | :bulb: correct some Doxygen syntax mistakes. | Klaus Weidenbach | 2017-05-05 | 1 | -8/+7 |
| | |||||
* | make mastodon happy args | Mario Vavti | 2017-04-26 | 1 | -1/+1 |
| | |||||
* | The rest of the library and backend changes to support client-side e2ee and ↵ | zotlabs | 2017-04-26 | 1 | -14/+1 |
| | | | | deprecate previous uses of item_obscured. | ||||
* | smilies - add param to only list default emoticons | zotlabs | 2017-04-26 | 1 | -1/+6 |
| | |||||
* | Add some documentation for import functions. | Klaus Weidenbach | 2017-03-30 | 1 | -1/+9 |
| | |||||
* | begin the process of using the relevant attach directory/path for photo ↵ | zotlabs | 2017-03-29 | 1 | -0/+11 |
| | | | | albums instead of an album basename which may not be unique. Created an 'ellipsify()' function to shorten long names and keep the beginning and end intact | ||||
* | input filter updates | zotlabs | 2017-03-29 | 1 | -7/+11 |
| | |||||
* | code_allowed is a real mess. Start the cleanup by remving the account level ↵ | zotlabs | 2017-03-29 | 1 | -22/+4 |
| | | | | code allow and limiting to specific channels only. This reduces the possibility of cross channel security issues coming into play. Then provide a single function for checking the code permission. This is only partially done as we often need to check against the observer or logged in channel as well as the resource owner to ensure that this only returns true for local channels which also own the requested resource. | ||||
* | :arrow_up: Update HTML Purifier library. | Klaus Weidenbach | 2017-03-26 | 1 | -4/+22 |
| | | | | | Updated HTML Purifier from 4.6.0 to 4.9.2 with better PHP7 compatibility. Used composer to manage this library. | ||||
* | re-add spaces between tags | Mario Vavti | 2017-03-15 | 1 | -3/+6 |
| | |||||
* | style hashtags, mentions and categories. hide expand-aside button if not ↵ | Mario Vavti | 2017-03-15 | 1 | -8/+2 |
| | | | | needed. css and class fixes | ||||
* | move emoji emoticons (not reactions) to plugin | zotlabs | 2017-03-05 | 1 | -14/+0 |
| | |||||
* | reverse sort order | zotlabs | 2017-03-02 | 1 | -1/+1 |
| | |||||
* | activity widget - like the forum widget but represents unseen activity by ↵ | zotlabs | 2017-03-02 | 1 | -0/+5 |
| | | | | author. Still experimental until it can be tested with diaspora xchans, which may require additional urlencoding. | ||||
* | :arrow_up: :hammer: Upgrade PHP Markdown library. | Klaus Weidenbach | 2017-02-27 | 1 | -5/+5 |
| | | | | | | The current version throws deprecated warning with PHP7.1 and PHPUnit. Upgrade the Markdown library to the current PHP Markdown Lib 1.7.0. Used composer to manage this library. | ||||
* | strip possible quotes from attribute_contains() haystacks | zotlabs | 2017-02-15 | 1 | -1/+3 |
| | |||||
* | provide HTTP header parser which honours continuation lines and despite the ↵ | zotlabs | 2017-02-14 | 1 | -5/+0 |
| | | | | fact that continuation lines have been deprecated - as they still exist in the wild. | ||||
* | channel export - use a selected list of functional data categories to ↵ | zotlabs | 2017-01-31 | 1 | -0/+1 |
| | | | | export; this allows one to export single data sets instead of always exporting everything we know about | ||||
* | consolidate hubloc storage | zotlabs | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | add gen_link_id() function to selectively encode/decode the message-id ↵ | Hubzilla | 2017-01-19 | 1 | -1/+8 |
| | | | | component of /display/ links for message-ids that contain troublesome characters | ||||
* | more integration of vcard and profiles | zotlabs | 2017-01-15 | 1 | -0/+4 |
| | |||||
* | btlogger trace file logging not working as desired. | zotlabs | 2017-01-10 | 1 | -4/+7 |
| | |||||
* | setup: check disabled functions more precisely than using a string match | zotlabs | 2017-01-05 | 1 | -0/+6 |
| | |||||
* | provide separate logging (if configured) for btlogger which is used to catch ↵ | zotlabs | 2016-12-21 | 1 | -1/+14 |
| | | | | really subtle issues which don't always leave an audit trail. Similar to dbfail.out, the file btlogger.out (if it exists and is write-able) will only log these unusual situations with backtraces so we can find the culprits. | ||||
* | zidify private mail | zotlabs | 2016-12-19 | 1 | -1/+0 |
| | |||||
* | use absolute namespace in case this gets moved | zotlabs | 2016-12-13 | 1 | -1/+1 |
| | |||||
* | tag and mention handling in private mail (which required refactoring the ↵ | zotlabs | 2016-12-13 | 1 | -1/+47 |
| | | | | bbcode cleanup stuff in mod_item) | ||||
* | fix the forum widget for forums with custom perms | zotlabs | 2016-12-02 | 1 | -3/+6 |
| | |||||
* | move all the zid related stuff to one file | zotlabs | 2016-11-13 | 1 | -75/+0 |
| | |||||
* | zidify wiki content | zotlabs | 2016-11-13 | 1 | -0/+31 |
| | |||||
* | reorganise emoticons | zotlabs | 2016-11-06 | 1 | -33/+33 |
| | |||||
* | [TASK] Update Doxyfile and fix Doxygen errors. | Klaus Weidenbach | 2016-10-13 | 1 | -253/+310 |
| | | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen. | ||||
* | additional array checking | zotlabs | 2016-10-13 | 1 | -4/+5 |
| | |||||
* | consolidate duplicated code for creating table entries from an array | zotlabs | 2016-10-12 | 1 | -0/+17 |
| | |||||
* | start on the API re-write | zotlabs | 2016-10-11 | 1 | -1/+1 |
| | |||||
* | add some more stuff to admin/account_edit (service class, language, and ↵ | redmatrix | 2016-10-03 | 1 | -36/+0 |
| | | | | techlevel if appropriate). Fix en-au and en-gb so they are listed as languages, and move language selector stuff to include/language.php instead of include/text.php; new file Zotlabs/Lib/Techlevels.php so we only need to write the selection array once. | ||||
* | whitelist button tag in htmlpurifier | Mario Vavti | 2016-09-09 | 1 | -0/+3 |
| | |||||
* | add more foundation data- attributes | Mario Vavti | 2016-09-08 | 1 | -1/+4 |
| | |||||
* | upgrade foundation to version 6.2.3 | Mario Vavti | 2016-09-07 | 1 | -19/+59 |
| | |||||
* | some issues with saved search - tags and connection searches weren't being ↵ | redmatrix | 2016-08-31 | 1 | -1/+1 |
| | | | | saved. | ||||
* | Website export to cloud files works. Created new recursive copy function in ↵ | Andrew Manning | 2016-08-23 | 1 | -0/+4 |
| | | | | attach.php. | ||||
* | Progress implementing zip file export | Andrew Manning | 2016-08-17 | 1 | -25/+7 |
| | |||||
* | Stash changes for merge with dev | Andrew Manning | 2016-08-17 | 1 | -0/+22 |
| | |||||
* | A bit of api cleanup. Don't get excited. This is like a 0.005% cleanup but ↵ | redmatrix | 2016-08-11 | 1 | -0/+35 |
| | | | | you have to start somewhere. | ||||
* | bad code format | redmatrix | 2016-08-09 | 1 | -2/+26 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2016-08-03 | 1 | -0/+28 |
|\ | |||||
| * | Improved UI. Removed logger statements. | Andrew Manning | 2016-07-31 | 1 | -5/+2 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/dev' into website-import | Andrew Manning | 2016-07-30 | 1 | -16/+17 |
| |\ | |||||
| * \ | Merge remote-tracking branch 'upstream/dev' into website-import | Andrew Manning | 2016-07-21 | 1 | -12/+4 |
| |\ \ |