Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update to-do list | friendica | 2015-03-13 | 3 | -3962/+2153 |
| | |||||
* | revert that | friendica | 2015-03-12 | 1 | -4/+25 |
| | |||||
* | try to allow translation of ax regs | friendica | 2015-03-12 | 1 | -29/+52 |
| | |||||
* | support a fair number of the common AX regs | friendica | 2015-03-12 | 1 | -5/+68 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-12 | 3 | -68/+99 |
|\ | |||||
| * | Merge pull request #927 from dawnbreak/master | RedMatrix | 2015-03-13 | 3 | -68/+99 |
| |\ | | | | | | | Some cleanups and a bugfix. | ||||
| | * | Some cleanups. | Klaus Weidenbach | 2015-03-13 | 3 | -68/+99 |
| | | | | | | | | | | | | | | | | | | Fixed dbesc_identifier(), but it is not used yet. Corrected some other variable names and variable initialization before using them. | ||||
* | | | Add some AX vars to openid server. | friendica | 2015-03-12 | 1 | -11/+28 |
|/ / | |||||
* | | more JS=1 weirdness | friendica | 2015-03-12 | 1 | -1/+1 |
| | | |||||
* | | reduce the occurrence of duplicated notice() messages | friendica | 2015-03-12 | 1 | -5/+8 |
| | | |||||
* | | prepare for demise of google code | friendica | 2015-03-12 | 2 | -1/+9 |
| | | |||||
* | | try and add some regs | friendica | 2015-03-12 | 2 | -1/+3 |
| | | |||||
* | | Merge pull request #926 from dawnbreak/master | Klaus | 2015-03-12 | 1 | -56/+46 |
|\| | | | | | Fix JavaScript problems on channels where you are not allowed to upload ... | ||||
| * | Fix JavaScript problems on channels where you are not allowed to upload photos. | Klaus Weidenbach | 2015-03-12 | 1 | -56/+46 |
|/ | | | | | | Add some try...catch blocks around JavaScript that throws errors. This commit should fix the current problems that were introduced by an earlier commit. | ||||
* | add generic_addon_settings template and minor fixes | Mario Vavti | 2015-03-12 | 3 | -2/+19 |
| | |||||
* | Merge branch 'master' of https://github.com/friendica/red | Mario Vavti | 2015-03-12 | 1 | -1/+1 |
|\ | |||||
| * | substr() is a mysql alias for substring(). substring() is in the SQL ↵ | Habeas Codice | 2015-03-12 | 1 | -1/+1 |
| | | | | | | | | | | | | standard and is supported by both databases. | ||||
* | | some work on feature/addon settings | Mario Vavti | 2015-03-12 | 3 | -43/+32 |
|/ | |||||
* | openid stuff | friendica | 2015-03-11 | 2 | -36/+50 |
| | |||||
* | Merge branch 'master' into openid | friendica | 2015-03-11 | 14 | -25/+105 |
|\ | |||||
| * | remove the now redundant audio/video buttons and label the editor text style ↵ | friendica | 2015-03-11 | 8 | -11/+36 |
| | | | | | | | | buttons which didn't have them. Unused editor buttons were commented in case we need to bring them back. If things go smoothly we can remove them. Use the link icon going forward - for all links. | ||||
| * | Merge pull request #925 from unary/fixinsert | RedMatrix | 2015-03-12 | 1 | -1/+1 |
| |\ | | | | | | | add missing %d for abook_closeness | ||||
| | * | add missing %d for abook_closeness | Michael Johnston | 2015-03-11 | 1 | -1/+1 |
| | | | |||||
| * | | make embeds bookmarkable | friendica | 2015-03-11 | 1 | -1/+1 |
| | | | |||||
| * | | turn parse_url into the definitive url attaching mechanism | friendica | 2015-03-11 | 2 | -3/+35 |
| | | | |||||
| * | | parse_url changes for oembed/zvideo/etc. | friendica | 2015-03-11 | 1 | -8/+22 |
| |/ | |||||
| * | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-11 | 1 | -1/+4 |
| |\ | |||||
| | * | update sample-nginx.conf redirect to check for args | Mario Vavti | 2015-03-11 | 1 | -1/+4 |
| | | | |||||
| * | | don't relay diaspora comments to sys channel | friendica | 2015-03-11 | 1 | -0/+6 |
| |/ | |||||
* | | Merge branch 'master' into openid | friendica | 2015-03-11 | 12 | -177/+16 |
|\| | |||||
| * | skip trying to come up with an intelligent way to decide what photos should ↵ | friendica | 2015-03-11 | 2 | -20/+2 |
| | | | | | | | | get a status post - leave it manual. | ||||
| * | cleanup of old delegation stuff | friendica | 2015-03-10 | 6 | -152/+5 |
| | | |||||
| * | allow urls using the zot: or zots: URL schemes to exist without getting ↵ | friendica | 2015-03-10 | 1 | -1/+1 |
| | | | | | | | | filtered away. | ||||
| * | sql optimisation for affinity searches. A new index was added which wasn't ↵ | friendica | 2015-03-10 | 3 | -4/+8 |
| | | | | | | | | added retro-actively to existing DBs as an update. It isn't clear if this helps sites any more than just restricting the abook table to certain channel_id's is (and this field is already indexed). | ||||
* | | openid server | friendica | 2015-03-11 | 1 | -0/+237 |
| | | |||||
* | | first cut openid server. Mostly just getting it architecturally prepared - ↵ | friendica | 2015-03-10 | 1 | -1/+1 |
|/ | | | | as there may be a few twists and turns ahead. | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-10 | 1 | -31/+58 |
|\ | |||||
| * | Merge pull request #923 from dawnbreak/master | RedMatrix | 2015-03-11 | 1 | -31/+58 |
| |\ | | | | | | | Fix SQL query for removing orphan hooks. | ||||
| | * | Fix SQL query for removing orphan hooks. | Klaus Weidenbach | 2015-03-10 | 1 | -31/+58 |
| | | | | | | | | | | | | | | | initialize some variables before using them. commented out some unused variables. | ||||
* | | | Change logic of "don't create a status post for this photo upload" and turn ↵ | friendica | 2015-03-10 | 5 | -15/+8 |
|/ / | | | | | | | it into a bona-fide on/off toggle. This takes up one more vertical line, but we have it to spare, and the single button (while concise visually) provided no feedback of the current state, or indicate whether a second click toggled it. Some addons use this setting so addons will need to be pulled when this is pulled in order to remain in sync. | ||||
* | | Merge pull request #922 from dawnbreak/master | RedMatrix | 2015-03-11 | 2 | -80/+77 |
|\| | | | | | View upload photo button only if you have permission. | ||||
| * | View upload photo button only if you have permission. | Klaus Weidenbach | 2015-03-10 | 2 | -80/+77 |
|/ | | | | | | | | | | Check if post_photos permission is available otherwise hide the photo upload button. Or should we show the button and just disable it with a title, about missing permission to upload photos? In comments we use the same icon, but just add [img] bb-code. Should we provide this if no permission to upload photos. Do we need different icons for [img] and photo upload buttons? | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-10 | 2 | -8/+65 |
|\ | |||||
| * | collapse jot tools to submenu on small and extra small screens | Mario Vavti | 2015-03-10 | 2 | -8/+65 |
| | | |||||
* | | diaspora's spammy permission model seems to have leaked through our ↵ | friendica | 2015-03-10 | 1 | -2/+5 |
|/ | | | | firehose. Don't let it. | ||||
* | missing include | friendica | 2015-03-10 | 1 | -0/+1 |
| | |||||
* | channel delegation | friendica | 2015-03-10 | 8 | -23/+117 |
| | |||||
* | buttons for admin_accounts + admin_channels | friendica | 2015-03-09 | 5 | -7/+14 |
| | |||||
* | increase the cell padding (any jokes about padded cells will be ignored) | friendica | 2015-03-09 | 1 | -1/+1 |
| | |||||
* | more work on queue optimisations | friendica | 2015-03-09 | 5 | -10/+43 |
| |