Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update documentation on connecting to channels and on documentation. | Alexandre Hannud Abdo | 2014-04-04 | 2 | -4/+46 |
| | |||||
* | some work on jot, remove some deprecated js and some random style fixes | marijus | 2014-04-03 | 8 | -198/+98 |
| | |||||
* | Merge pull request #393 from jeroenpraat/patch-1 | Thomas Willingham | 2014-04-03 | 1 | -5/+29 |
|\ | | | | | Update and fix dark scheme | ||||
| * | No empty strings | jeroenpraat | 2014-04-03 | 1 | -2/+0 |
| | | |||||
| * | Update and fix dark scheme | jeroenpraat | 2014-04-03 | 1 | -5/+31 |
|/ | | | Updated the dark scheme as far as possible. Some items do not have a string, so they can't be themed. A dark derived theme would probably better. | ||||
* | clarify location - issue #392 | friendica | 2014-04-02 | 1 | -1/+1 |
| | |||||
* | start of legacy probe utility | friendica | 2014-04-02 | 1 | -0/+99 |
| | |||||
* | removed default maximagesize - it can be set in the admin pages. | friendica | 2014-04-02 | 2 | -5/+1 |
| | |||||
* | more efficient public feed fetching | friendica | 2014-04-02 | 4 | -9/+30 |
| | |||||
* | snakebite: bring back some of the legacy XML discovery interfaces, update as ↵ | friendica | 2014-04-02 | 6 | -56/+32 |
| | | | | required. | ||||
* | Merge pull request #391 from solstag/master | Thomas Willingham | 2014-04-02 | 2 | -1087/+1205 |
|\ | | | | | update pt-br translation | ||||
| * | update pt-br translation | Alexandre Hannud Abdo | 2014-04-01 | 2 | -1087/+1205 |
|/ | |||||
* | dispense with formalities | friendica | 2014-04-01 | 1 | -1/+1 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-04-01 | 1 | -3/+7 |
|\ | |||||
| * | Merge pull request #390 from beardy-unixer/master | RedMatrix | 2014-04-02 | 1 | -3/+7 |
| |\ | | | | | | | Let admins set a default expire days value. | ||||
| | * | Let admins set a default expire days value. | Thomas Willingham | 2014-04-01 | 1 | -3/+7 |
| |/ | |||||
* / | save notes every ten seconds while focused, then save them once more on focusout | friendica | 2014-04-01 | 3 | -5/+19 |
|/ | |||||
* | wrong var name in add_source_route | friendica | 2014-03-31 | 1 | -2/+2 |
| | |||||
* | crank up logging | friendica | 2014-03-31 | 1 | -0/+2 |
| | |||||
* | community tags don't show up in the tagged posts because we removed the ↵ | friendica | 2014-03-31 | 2 | -0/+31 |
| | | | | displayed list of hashtags at the bottom (which are usually redundant since hashtags are usually present in the message text). This brings them back, but only for tags which aren't currently present in the message body (e.g. community tags) | ||||
* | Merge branch 'route' | friendica | 2014-03-31 | 5 | -14/+57 |
|\ | |||||
| * | doco | friendica | 2014-03-31 | 1 | -0/+5 |
| | | |||||
| * | finish up the source route storage so we can prevent messages from flowing ↵ | friendica | 2014-03-31 | 4 | -30/+31 |
| | | | | | | | | upstream in complicated delivery chains | ||||
| * | source routing stuff | friendica | 2014-03-29 | 2 | -0/+37 |
| | | |||||
* | | this is a mess and makes a complicated security model that one can probably ↵ | friendica | 2014-03-31 | 2 | -5/+7 |
| | | | | | | | | drive a truck through. It will have to be fixed. It does make youtubes work again. | ||||
* | | photo timestamp was missing from main profile photo url which prevents photo ↵ | friendica | 2014-03-31 | 2 | -1/+9 |
| | | | | | | | | changes from being immediately seen there. | ||||
* | | issue #378, failure to correctly link tags where one tag contains a ↵ | friendica | 2014-03-30 | 2 | -1/+18 |
| | | | | | | | | substring of the other (depends on the order they are discovered). | ||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-03-30 | 5 | -7/+7 |
|\ \ | |||||
| * \ | Merge pull request #387 from beardy-unixer/master | RedMatrix | 2014-03-31 | 5 | -7/+7 |
| |\ \ | | | | | | | | | Default discover to on | ||||
| | * | | Missed one | Thomas Willingham | 2014-03-30 | 1 | -1/+1 |
| | | | | |||||
| | * | | Default discover to on. | Thomas Willingham | 2014-03-30 | 5 | -7/+7 |
| | | | | |||||
* | | | | notes widget: jquery.live is deprecated, replacing with jquery.on and ↵ | friendica | 2014-03-30 | 1 | -1/+1 |
|/ / / | | | | | | | | | | binding to focusout, as the input and paste callbacks are a bit wasteful - they are presumably called on every character typed, yet some of these events have gone missing (probably due to having a lot of network calls in quick succession) so hopefully a single save of the workspace on focusout should be more reliable. | ||||
* / / | revise the sandbox | friendica | 2014-03-30 | 3 | -3/+3 |
|/ / | |||||
* | | typo | friendica | 2014-03-29 | 1 | -1/+1 |
| | | |||||
* | | issue #384 | friendica | 2014-03-29 | 1 | -28/+35 |
| | | |||||
* | | make the discover tab enabled by default the first you use the admin panel, ↵ | friendica | 2014-03-29 | 1 | -1/+1 |
|/ | | | | though it will be disabled until you use the admin panel. | ||||
* | Merge pull request #385 from solstag/master | RedMatrix | 2014-03-30 | 5 | -12/+18 |
|\ | | | | | Let the site admin choose whether to display the Discover tab. | ||||
| * | Let the site admin choose whether to display the Discover tab. | Alexandre Hannud Abdo | 2014-03-30 | 5 | -12/+18 |
|/ | |||||
* | check that aside actually exists before querying the html length | friendica | 2014-03-29 | 3 | -3/+3 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2014-03-28 | 1 | -1/+3 |
|\ | |||||
| * | Merge pull request #382 from git-marijus/master | RedMatrix | 2014-03-29 | 1 | -1/+3 |
| |\ | | | | | | | provide some info to not local users | ||||
| | * | provide some info to not local users | marijus | 2014-03-28 | 1 | -1/+3 |
| |/ | |||||
* / | externals/discover: try up to 3 times to find a site that actually has ↵ | friendica | 2014-03-28 | 1 | -36/+41 |
|/ | | | | content. Then give up until the next queue run. | ||||
* | external -> discover | friendica | 2014-03-28 | 1 | -1/+1 |
| | |||||
* | another complication to deletion | friendica | 2014-03-28 | 1 | -3/+10 |
| | |||||
* | fix delete missing permission check | friendica | 2014-03-28 | 2 | -3/+8 |
| | |||||
* | doc update | friendica | 2014-03-28 | 87 | -1829/+2251 |
| | |||||
* | don't include standalone test sites in external host list | friendica | 2014-03-27 | 1 | -2/+3 |
| | |||||
* | a few more delete fixes | friendica | 2014-03-27 | 1 | -3/+12 |
| | |||||
* | try and sort out the item delete mess | friendica | 2014-03-27 | 5 | -21/+88 |
| |