Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check input is hex before sending it to hex2bin | zotlabs | 2017-08-30 | 1 | -1/+1 |
| | |||||
* | issue #827 provide backward compatibility for album links generated in ↵ | git-marijus | 2017-07-18 | 1 | -0/+9 |
| | | | | earlier times before the ambiguity of photo album names was solved. This may provide incorrect results if two or more photo albums with the same basename exist in different directories of the file tree; but there is no easy way to solve that ambiguity - which is why the link format changed. | ||||
* | fix album link | git-marijus | 2017-07-16 | 1 | -1/+1 |
| | |||||
* | cleanup only | zotlabs | 2017-05-31 | 1 | -7/+7 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-04-17 | 1 | -0/+1 |
|\ | |||||
| * | missing includes | Mario Vavti | 2017-04-13 | 1 | -0/+1 |
| | | |||||
| * | remove redundant string | Mario Vavti | 2017-04-07 | 1 | -2/+1 |
| | | |||||
| * | css fixes and missing string | Mario Vavti | 2017-04-07 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-03-29 | 1 | -0/+1 |
|\| | |||||
| * | some more photo issues | zotlabs | 2017-03-29 | 1 | -3/+4 |
| | | |||||
| * | more work on the photo album mess | zotlabs | 2017-03-29 | 1 | -5/+6 |
| | | |||||
| * | photos_album_exists() requires an observer to work correctly; provide it. | zotlabs | 2017-03-29 | 1 | -3/+2 |
| | | |||||
| * | begin the process of using the relevant attach directory/path for photo ↵ | zotlabs | 2017-03-29 | 1 | -14/+34 |
| | | | | | | | | albums instead of an album basename which may not be unique. Created an 'ellipsify()' function to shorten long names and keep the beginning and end intact | ||||
| * | simplify the message signing spaghetti | zotlabs | 2017-03-29 | 1 | -15/+0 |
| | | |||||
| * | ensure z_input_filter is called exactly once, since we now depend on the ↵ | zotlabs | 2017-03-29 | 1 | -0/+9 |
| | | | | | | | | | | | | number of htmlspecialchars operations for markdown content. Also ensure that the content is escaped the correct number of times on imported items. | ||||
| * | add os_path and display_path to photos, fix some issues with multiple path ↵ | zotlabs | 2017-03-29 | 1 | -5/+6 |
| | | | | | | | | separators after cloud/nickname in the content field of attach and photos | ||||
* | | some more photo issues | zotlabs | 2017-03-22 | 1 | -3/+4 |
| | | |||||
* | | more work on the photo album mess | zotlabs | 2017-03-21 | 1 | -5/+6 |
| | | |||||
* | | photos_album_exists() requires an observer to work correctly; provide it. | zotlabs | 2017-03-21 | 1 | -2/+2 |
| | | |||||
* | | begin the process of using the relevant attach directory/path for photo ↵ | zotlabs | 2017-03-21 | 1 | -14/+34 |
| | | | | | | | | albums instead of an album basename which may not be unique. Created an 'ellipsify()' function to shorten long names and keep the beginning and end intact | ||||
* | | simplify the message signing spaghetti | zotlabs | 2017-03-16 | 1 | -15/+0 |
| | | |||||
* | | ensure z_input_filter is called exactly once, since we now depend on the ↵ | zotlabs | 2017-03-15 | 1 | -0/+9 |
| | | | | | | | | | | | | number of htmlspecialchars operations for markdown content. Also ensure that the content is escaped the correct number of times on imported items. | ||||
* | | add os_path and display_path to photos, fix some issues with multiple path ↵ | zotlabs | 2017-03-14 | 1 | -5/+6 |
| | | | | | | | | separators after cloud/nickname in the content field of attach and photos | ||||
* | | remove more hardwired branding | zotlabs | 2017-03-12 | 1 | -34/+36 |
|/ | |||||
* | testing and bug fixes virtual profile groups | zotlabs | 2017-02-12 | 1 | -2/+2 |
| | |||||
* | Create virtual privacy groups for private profile member lists | zotlabs | 2017-02-12 | 1 | -2/+51 |
| | |||||
* | more urlencoding of message-ids which are used in links | Hubzilla | 2017-01-18 | 1 | -2/+2 |
| | |||||
* | possibly improve the album list query and save the result in App::$data | Mario Vavti | 2017-01-13 | 1 | -4/+11 |
| | |||||
* | fix embedimage if an albumname contains quotes | Mario Vavti | 2017-01-11 | 1 | -0/+1 |
| | |||||
* | profile photo issue on postgres | zotlabs | 2016-10-23 | 1 | -1/+2 |
| | |||||
* | [TASK] Update Doxyfile and fix Doxygen errors. | Klaus Weidenbach | 2016-10-13 | 1 | -48/+48 |
| | | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen. | ||||
* | vsprintf error on sql query | redmatrix | 2016-08-27 | 1 | -0/+1 |
| | |||||
* | attach_move() function created to relocate files or photos to different ↵ | redmatrix | 2016-08-24 | 1 | -0/+2 |
| | | | | directories in the cloud area and photo albums without deleting and recreating (which would create a new resource_id and invalidate any existing links). | ||||
* | permission fixes | redmatrix | 2016-07-19 | 1 | -1/+1 |
| | |||||
* | code cleanup for profile_photos | redmatrix | 2016-06-23 | 1 | -20/+45 |
| | |||||
* | core changes to better support media migrations | redmatrix | 2016-06-16 | 1 | -5/+9 |
| | |||||
* | 'recent photos' query was buggered, also fix issue #163 by adding ↵ | redmatrix | 2016-06-07 | 1 | -15/+13 |
| | | | | configurable sort order to the album widget - default is album name ascending | ||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -14/+14 |
| | | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files. | ||||
* | code cleanup | redmatrix | 2016-05-24 | 1 | -2/+0 |
| | |||||
* | daemon conversion continued... | redmatrix | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | allow engineering units (e.g. 400M, 1G) as service class limits | redmatrix | 2016-04-28 | 1 | -1/+1 |
| | |||||
* | Use / for album name in photo activities if no album present. | redmatrix | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | module updates | redmatrix | 2016-04-18 | 1 | -0/+40 |
| | |||||
* | more work on file sync to clones, 60-70% test coverage, mostly working but ↵ | redmatrix | 2016-04-06 | 1 | -4/+4 |
| | | | | many changes made during testing which themselves have not yet been tested | ||||
* | file sync work | redmatrix | 2016-04-06 | 1 | -2/+2 |
| | |||||
* | static App | redmatrix | 2016-03-31 | 1 | -3/+3 |
| | |||||
* | provide footer bbcode | Mario Vavti | 2016-02-29 | 1 | -4/+4 |
| | |||||
* | fix link to photo album and make sure that small photos are not overwritten ↵ | Mario Vavti | 2016-02-26 | 1 | -1/+1 |
| | | | | by body text. | ||||
* | retry the move of AccessList to composer format (one or more third-party ↵ | redmatrix | 2016-02-21 | 1 | -1/+1 |
| | | | | plugins will likely break as a result) | ||||
* | Revert "move accesslist class to namespace" | redmatrix | 2016-02-20 | 1 | -1/+1 |
| | | | | This reverts commit a9711895cf254a0ca34b1e3f7c8e75bb832e6973. |