Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | consolidate duplicated code for creating table entries from an array | zotlabs | 2016-10-12 | 4 | -161/+51 |
| | |||||
* | minor | zotlabs | 2016-10-12 | 2 | -1/+2 |
| | |||||
* | allow hooks to have negative priority | zotlabs | 2016-10-12 | 4 | -4/+17 |
| | |||||
* | remove special handling of lookalike '@ char from attach path | zotlabs | 2016-10-12 | 1 | -2/+2 |
| | |||||
* | Merge pull request #545 from dawnbreak/atfix | zotlabs | 2016-10-13 | 1 | -3/+3 |
|\ | | | | | Comment and code about UTF-8 @-sign do not match. | ||||
| * | Comment and code about UTF-8 @-sign do not match. | Klaus Weidenbach | 2016-10-11 | 1 | -3/+3 |
| | | | | | | | | | | | | Changed code according to comment: First AT is now full-width AT U+FF20. Do we also need to replace small AT U+FE6B? | ||||
* | | caught one typo from the last checkin | zotlabs | 2016-10-12 | 1 | -1/+1 |
| | | |||||
* | | remove the rest of the backticks from sql queries; replace with TQUOT const ↵ | zotlabs | 2016-10-12 | 8 | -132/+141 |
| | | | | | | | | which is driver dependent | ||||
* | | add the twitter API 1.1 code points | zotlabs | 2016-10-12 | 1 | -4/+44 |
| | | |||||
* | | some more api work | zotlabs | 2016-10-12 | 2 | -10/+10 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2016-10-12 | 3 | -7/+13 |
|\ \ | |||||
| * | | update changelog | Mario Vavti | 2016-10-12 | 1 | -1/+6 |
| | | | |||||
| * | | fix connected time not shown on ajax loaded connections | Mario Vavti | 2016-10-12 | 2 | -6/+7 |
| | | | |||||
* | | | bbcode: remove the inserted <br /> between list elements due to linefeeds in ↵ | zotlabs | 2016-10-12 | 1 | -0/+4 |
|/ / | | | | | | | the textarea. | ||||
* | | more api work, mostly bringing the file up to speed with the project coding ↵ | zotlabs | 2016-10-11 | 1 | -175/+135 |
| | | | | | | | | style guidelines | ||||
* | | more api work | zotlabs | 2016-10-11 | 1 | -109/+11 |
| | | |||||
* | | When importing a channel from another server, try to auto-discover the best ↵ | zotlabs | 2016-10-11 | 2 | -10/+33 |
| | | | | | | | | available api path. | ||||
* | | more api cleanup | zotlabs | 2016-10-11 | 1 | -200/+183 |
| | | |||||
* | | start on the API re-write | zotlabs | 2016-10-11 | 3 | -386/+388 |
|/ | |||||
* | make diaspora w2w appear as a quote to make a little bit more clear what is ↵ | Mario Vavti | 2016-10-11 | 1 | -2/+5 |
| | | | | happening | ||||
* | api issues | zotlabs | 2016-10-10 | 1 | -4/+13 |
| | |||||
* | don't expire posts before 2001 | zotlabs | 2016-10-10 | 2 | -4/+3 |
| | |||||
* | spaghetti | zotlabs | 2016-10-10 | 1 | -3/+6 |
| | |||||
* | another fix to readmore.js and update patch file | Mario Vavti | 2016-10-10 | 2 | -3/+21 |
| | |||||
* | fix readmorejs collapsing on scrolldirection change in mobile browsers | Mario Vavti | 2016-10-10 | 1 | -1/+1 |
| | |||||
* | since the snap module runs without permissions controls, verify the logged ↵ | zotlabs | 2016-10-09 | 1 | -0/+9 |
| | | | | in channel matches the requested cloud path | ||||
* | snap dav module is currently read-only. error out on any request methods ↵ | zotlabs | 2016-10-09 | 1 | -0/+3 |
| | | | | which can alter data. | ||||
* | Provide better explanation of server_roles in the config template | zotlabs | 2016-10-09 | 1 | -2/+3 |
| | |||||
* | provide a DAV module which accesses the raw data storage for a channel. ↵ | zotlabs | 2016-10-09 | 2 | -3/+109 |
| | | | | Together with an export data function in the API this allows a client process to create true backups of the cloud storage and importable cloud mirrors with all the metadata intact. The import function will need to be modified slightly to obtain the file contents from a plugin or API call; since it currently tries to fetch it from the source hub. | ||||
* | more backquotes - this should take care of most except for the array import ↵ | zotlabs | 2016-10-09 | 30 | -67/+66 |
| | | | | queries | ||||
* | remove more backquotes | zotlabs | 2016-10-09 | 3 | -70/+70 |
| | |||||
* | don't show diaspora protocol info in the hcard if the diaspora protocol is ↵ | zotlabs | 2016-10-08 | 2 | -14/+22 |
| | | | | not installed. This really needs to be moved to the plugin but this was a quick fix. | ||||
* | add oauth2/oidc lib | zotlabs | 2016-10-07 | 121 | -0/+14970 |
| | |||||
* | merge usermenu and caret when using pro | redmatrix | 2016-10-06 | 1 | -0/+7 |
| | |||||
* | try naked embed before submission instead of at render time | redmatrix | 2016-10-06 | 2 | -1/+19 |
| | |||||
* | new hook bbcode_filter | redmatrix | 2016-10-05 | 1 | -0/+3 |
| | |||||
* | update hook documentation | redmatrix | 2016-10-05 | 3 | -1/+16 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-10-05 | 14 | -19074/+19504 |
|\ | |||||
| * | Updating strings for it, nl and es. | jeroenpraat | 2016-10-05 | 6 | -19029/+19366 |
| | | |||||
| * | bugfixrelease fullcalendar-3.0.1 | Mario Vavti | 2016-10-05 | 8 | -45/+138 |
| | | |||||
* | | remove obscured @ hack | redmatrix | 2016-10-04 | 1 | -3/+0 |
|/ | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-10-04 | 2 | -3/+2 |
|\ | |||||
| * | feature_enabled() only takes two arguments | Mario Vavti | 2016-10-04 | 2 | -3/+2 |
| | | |||||
* | | remove leftover rating fragment | redmatrix | 2016-10-04 | 1 | -2/+5 |
|/ | |||||
* | even more backslashes | redmatrix | 2016-10-03 | 8 | -77/+77 |
| | |||||
* | more backticks | redmatrix | 2016-10-03 | 11 | -238/+128 |
| | |||||
* | allow delivery report for not just the author, but also if you're the owner ↵ | redmatrix | 2016-10-03 | 1 | -3/+5 |
| | | | | and it's on your wall. | ||||
* | start removing db backticks | redmatrix | 2016-10-03 | 6 | -13/+13 |
| | |||||
* | wrong resource (attach_change_permissions()) | redmatrix | 2016-10-03 | 1 | -1/+1 |
| | |||||
* | add some more stuff to admin/account_edit (service class, language, and ↵ | redmatrix | 2016-10-03 | 8 | -45/+145 |
| | | | | 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. |