Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update help link | Mario Vavti | 2015-06-02 | 1 | -1/+1 |
| | |||||
* | move the photo and attachment permission syncing past the tag replacement so ↵ | redmatrix | 2015-06-01 | 1 | -34/+36 |
| | | | | that attachments get the correct permissions when private mentions are used. | ||||
* | bare bones ASLD | redmatrix | 2015-05-31 | 1 | -1/+0 |
| | |||||
* | fix unable to crop profile pic on postgres | Habeas Codice | 2015-05-30 | 1 | -1/+1 |
| | |||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-05-30 | 3 | -12/+18 |
|\ | |||||
| * | whitespace | Mario Vavti | 2015-05-29 | 1 | -1/+1 |
| | | |||||
| * | add some yes/no labels and minor template fixes | Mario Vavti | 2015-05-29 | 2 | -6/+6 |
| | | |||||
| * | some fixes to make menu sharing work and expose it in the ui. | Mario Vavti | 2015-05-29 | 1 | -5/+9 |
| | | |||||
| * | show created/edited dates for menus | Mario Vavti | 2015-05-29 | 1 | -0/+2 |
| | | |||||
* | | strip images from directory text entries | redmatrix | 2015-05-30 | 1 | -1/+1 |
|/ | |||||
* | untested menu element import, be aware that the menu api does not over-write ↵ | redmatrix | 2015-05-28 | 1 | -7/+46 |
| | | | | on duplicate name - it just fails. We'll need to sort this out eventually. Also it was planned to offer a choice of whether to preserve links from the source site or change the baseurl to the local one. Currently we convert them all to local links. | ||||
* | catch a window that wasn't yet saved when the last checkin occurred | redmatrix | 2015-05-27 | 1 | -1/+0 |
| | |||||
* | menu encoding for sharing/exchange | redmatrix | 2015-05-27 | 1 | -0/+4 |
| | |||||
* | missing row in sql query which is used further down | redmatrix | 2015-05-27 | 1 | -1/+1 |
| | |||||
* | some high-level stuff we may need for shareable menus. Also make the client ↵ | redmatrix | 2015-05-27 | 1 | -57/+83 |
| | | | | register function do the right thing even though I refuse to make it work. If **you** want service federation with things like pumpio and openid connect, it's time for **you** to put your own skin in the game and quit treating project volunteers like excrement just because you can't get up off your lazy buttocks. | ||||
* | some work on issue #329 | redmatrix | 2015-05-25 | 1 | -1/+1 |
| | |||||
* | add toggle for ALLOWCODE to admin/channel and also fix the ability to toggle ↵ | redmatrix | 2015-05-25 | 1 | -5/+37 |
| | | | | the censor flag from that page. | ||||
* | timezone setting not saved issue #336 | redmatrix | 2015-05-24 | 1 | -1/+1 |
| | |||||
* | typo and update to rfc7033 (webfinger) as well as webfinger diagnostic page | redmatrix | 2015-05-24 | 3 | -10/+15 |
| | |||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-05-24 | 2 | -191/+257 |
|\ | |||||
| * | Merge pull request #331 from solstag/jqueryprop | redmatrix | 2015-05-24 | 1 | -2/+2 |
| |\ | | | | | | | Fix accepting contacts by using correct jquery calls. | ||||
| | * | Fix accepting contacts by using correct jquery calls. | Alexandre Hannud Abdo | 2015-05-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not sure what the operation on disabled is supposed to do, but it also seemed to requier prop instead of attr. See for reference: http://api.jquery.com/prop/ """ The checked attribute value does not change with the state of the checkbox, while the checked property does. """ | ||||
| * | | Add PHP's xml module check and upload limits to setup. | Klaus Weidenbach | 2015-05-24 | 1 | -189/+255 |
| |/ | | | | | | | And some documentation. | ||||
* / | search result heading not translatable | redmatrix | 2015-05-24 | 1 | -2/+2 |
|/ | |||||
* | preserve lock on edited comments | redmatrix | 2015-05-21 | 1 | -1/+4 |
| | |||||
* | check for success before updating remote id | redmatrix | 2015-05-20 | 1 | -8/+9 |
| | |||||
* | PRIVACY: possible privacy leakage under a defined set of circumstances | redmatrix | 2015-05-20 | 3 | -5/+15 |
| | |||||
* | issue with deleting imported design elements and re-installing them | redmatrix | 2015-05-19 | 1 | -1/+9 |
| | |||||
* | this should fix undeletable blocks and layouts | redmatrix | 2015-05-18 | 2 | -4/+6 |
| | |||||
* | more work isolating the projectname from core. | redmatrix | 2015-05-17 | 11 | -18/+18 |
| | |||||
* | provide default permissions ('all') for existing and newly created OAuth app ↵ | redmatrix | 2015-05-14 | 1 | -10/+15 |
| | | | | clients, which will be extended in the future to allow specific permissions. | ||||
* | remove project name dependency from most of the doc files to ease project ↵ | redmatrix | 2015-05-13 | 1 | -1/+1 |
| | | | | merging, there are going to be some edge cases requiring manual tweaking as most of this was done by script. | ||||
* | restrict webpage list to undeleted items | redmatrix | 2015-05-13 | 2 | -3/+3 |
| | |||||
* | product was a bad string to use because we may require it for e-commerce, ↵ | redmatrix | 2015-05-13 | 3 | -3/+3 |
| | | | | and RED_PLATFORM is equally problematic for other reasons. | ||||
* | issue #187 | redmatrix | 2015-05-12 | 1 | -1/+5 |
| | |||||
* | let the site admin import a record directly from the probe diagnostic | redmatrix | 2015-05-11 | 1 | -0/+3 |
| | |||||
* | missing translation | redmatrix | 2015-05-11 | 1 | -1/+1 |
| | |||||
* | provide drop down submenu suggestions in edit mode | Mario Vavti | 2015-05-10 | 1 | -3/+4 |
| | |||||
* | provide ability to create submenus | Mario Vavti | 2015-05-10 | 1 | -2/+10 |
| | |||||
* | avoid double slash after editing layout | Mario Vavti | 2015-05-06 | 1 | -1/+1 |
| | |||||
* | disable voting in blocks, layouts and webpages | Mario Vavti | 2015-04-29 | 3 | -2/+5 |
| | |||||
* | fix $noloc state in mod editwebpages | Mario Vavti | 2015-04-29 | 1 | -1/+1 |
| | |||||
* | adjust placeholder naming | Mario Vavti | 2015-04-29 | 2 | -2/+3 |
| | |||||
* | Provide webpage layout description | Mario Vavti | 2015-04-25 | 1 | -2/+5 |
| | |||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | friendica | 2015-04-24 | 5 | -46/+32 |
|\ | |||||
| * | provide block titles in blocklist | Mario Vavti | 2015-04-24 | 1 | -1/+3 |
| | | |||||
| * | add title to element array | Mario Vavti | 2015-04-24 | 3 | -3/+5 |
| | | |||||
| * | there is no key named term in this array | Mario Vavti | 2015-04-24 | 1 | -1/+0 |
| | | |||||
| * | copy/paste typo | Mario Vavti | 2015-04-24 | 1 | -1/+1 |
| | | |||||
| * | webpages layout fixes | Mario Vavti | 2015-04-24 | 3 | -43/+26 |
| | |