Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revised permissions checks across API and enabled collaborative editing ↵ | Andrew Manning | 2016-06-08 | 2 | -81/+71 |
| | | | | using the write_pages per-channel permission. | ||||
* | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-08 | 8 | -372/+449 |
|\ | |||||
| * | block random_profile from accessing sys channels | redmatrix | 2016-06-07 | 1 | -1/+2 |
| | | |||||
| * | whitespace | redmatrix | 2016-06-07 | 1 | -2/+5 |
| | | |||||
| * | Finish the config family | redmatrix | 2016-06-07 | 6 | -369/+442 |
| | | |||||
* | | Javascript only allows saving a page if the content has changed. | Andrew Manning | 2016-06-07 | 1 | -2/+11 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-07 | 13 | -252/+315 |
|\| | |||||
| * | slight alteration to the base description | redmatrix | 2016-06-07 | 1 | -2/+2 |
| | | |||||
| * | 'recent photos' query was buggered, also fix issue #163 by adding ↵ | redmatrix | 2016-06-07 | 3 | -25/+21 |
| | | | | | | | | configurable sort order to the album widget - default is album name ascending | ||||
| * | rename admin/users to admin/accounts, provide sortable columns in account ↵ | redmatrix | 2016-06-06 | 4 | -48/+68 |
| | | | | | | | | and channel summaries - issue #255 | ||||
| * | new utility: util/safemode (on or off); requires util/addons | redmatrix | 2016-06-06 | 2 | -1/+27 |
| | | |||||
| * | adjust the autocomplete regex slightly to account for emoji names | redmatrix | 2016-06-05 | 1 | -1/+1 |
| | | |||||
| * | move pconfig to static class | redmatrix | 2016-06-05 | 2 | -174/+195 |
| | | |||||
| * | We need a laugh icon more than we need a cry icon. | redmatrix | 2016-06-05 | 1 | -1/+1 |
| | | |||||
* | | Hide page history viewer when viewing sandbox | Andrew Manning | 2016-06-05 | 2 | -3/+6 |
| | | |||||
* | | Remove debugging logger statements | Andrew Manning | 2016-06-05 | 2 | -4/+0 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-05 | 5 | -5772/+5649 |
|\| | |||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-06-05 | 4 | -5772/+5642 |
| |\ | |||||
| | * | Updating NL + es_ES strings | jeroenpraat | 2016-06-06 | 4 | -5772/+5642 |
| | | | |||||
| * | | I don't know how to make this any clearer: "For these reasons we strongly ↵ | redmatrix | 2016-06-05 | 1 | -0/+7 |
| |/ | | | | | | | recommend that you do NOT install addons from third-party repositories." | ||||
* | | Custom commit message available. Improved history viewer and feedback from ↵ | Andrew Manning | 2016-06-05 | 3 | -7/+32 |
| | | | | | | | | revert buttons. | ||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-05 | 7 | -21/+27 |
|\| | |||||
| * | provide a hover class for smiley emojis which renders them slightly larger ↵ | redmatrix | 2016-06-04 | 2 | -1/+6 |
| | | | | | | | | on compatible devices when you single them out for inspection | ||||
| * | another switch of type and ttype | redmatrix | 2016-06-04 | 1 | -1/+1 |
| | | |||||
| * | 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 | 4 | -14/+14 |
| | | |||||
| * | short-term solution to emoji size issue - make them 32px from the sender | redmatrix | 2016-06-04 | 1 | -1/+1 |
| | | |||||
| * | cross-site encoding issue with tags | redmatrix | 2016-06-04 | 1 | -4/+2 |
| | | |||||
* | | Basic page reversion implemented. The revert button on the history view ↵ | Andrew Manning | 2016-06-05 | 4 | -3/+93 |
| | | | | | | | | replaces the editor text but does not save the page. | ||||
* | | Page deletion implemented. Hide the delete button and disallow for Home page. | Andrew Manning | 2016-06-04 | 3 | -8/+99 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-04 | 1 | -3/+3 |
|\| | |||||
| * | class functions called incorrectly | redmatrix | 2016-06-04 | 1 | -3/+3 |
| | | |||||
* | | Wiki and page filenames are abstracted from their displayed names. Special ↵ | Andrew Manning | 2016-06-04 | 6 | -48/+62 |
| | | | | | | | | characters do not seem to break things. | ||||
* | | Created three distinct names for wiki and page that are suitable for URL, ↵ | Andrew Manning | 2016-06-04 | 2 | -20/+52 |
| | | | | | | | | HTML, and raw display. Implemented in new wiki POST activity only so far. | ||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-04 | 1844 | -458/+517 |
|\| | |||||
| * | allow bbcode emojis (at least the single unicode character forms) | redmatrix | 2016-06-03 | 1 | -0/+14 |
| | | |||||
| * | App::init() should be static | redmatrix | 2016-06-03 | 1 | -1/+1 |
| | | |||||
| * | need to set item_origin on locally created reactions so they propagate properly | redmatrix | 2016-06-03 | 1 | -0/+1 |
| | | |||||
| * | missed table rename in event query in mod_manage | redmatrix | 2016-06-03 | 1 | -5/+5 |
| | | |||||
| * | allow any (current) emoji to be displayed on any site, and provide a default ↵ | redmatrix | 2016-06-03 | 1775 | -15/+15 |
| | | | | | | | | list of reactions that can be over-ridden via configuration if a site doesn't like our choices or perhaps the ordering of our choices. | ||||
| * | turn emoji ability into a feature so that either a member or the site admin ↵ | redmatrix | 2016-06-03 | 3 | -1/+3 |
| | | | | | | | | can disable it. Default is enabled. | ||||
| * | missed an object -> obj conversion in prepare_body | redmatrix | 2016-06-03 | 1 | -1/+1 |
| | | |||||
| * | strings | redmatrix | 2016-06-03 | 1 | -381/+336 |
| | | |||||
| * | some theming for emoji button | Mario Vavti | 2016-06-03 | 2 | -95/+95 |
| | | |||||
| * | restrict emoji reactions to the top level for now. | redmatrix | 2016-06-02 | 1 | -0/+2 |
| | | |||||
| * | menu entries for basic emoji support. I could use a bit of help theming ↵ | redmatrix | 2016-06-02 | 2 | -0/+33 |
| | | | | | | | | this. It may also be better rendered as a panel of buttons than a dropdown menu. Eventually we should probably allow the system admin to configure the emojis they want; as there are a large number. I only brought in a small collection that I thought would be most useful as post reactions. | ||||
| * | experimental emoji support | redmatrix | 2016-06-02 | 61 | -0/+52 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-02 | 428 | -56247/+1158 |
|\| | |||||
| * | some initial emoji reaction work | redmatrix | 2016-06-02 | 2 | -1/+6 |
| | |