Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | synchronise an attach_move operation to clones | zotlabs | 2017-12-06 | 1 | -0/+5 |
| | |||||
* | fix another PHP 7.2 warning | Mario Vavti | 2017-12-04 | 1 | -1/+1 |
| | |||||
* | rename button | zotlabs | 2017-12-03 | 1 | -1/+1 |
| | |||||
* | chunked uploads for photos page | zotlabs | 2017-12-03 | 1 | -2/+50 |
| | |||||
* | feed untranslated appnames to nav_set_selected() and query for the active ↵ | Mario Vavti | 2017-10-09 | 1 | -1/+1 |
| | | | | app directly to get app details | ||||
* | make justifiedGallery even more happy | Mario Vavti | 2017-09-27 | 1 | -1/+1 |
| | |||||
* | anonymous comments are not implemented for photos. | Mario Vavti | 2017-09-18 | 1 | -3/+3 |
| | |||||
* | oembed provider cleanup, add oembed to cards | zotlabs | 2017-08-23 | 1 | -2/+7 |
| | |||||
* | more nav_set_selected apps | git-marijus | 2017-07-21 | 1 | -0/+2 |
| | |||||
* | issue #827 provide backward compatibility for album links generated in ↵ | git-marijus | 2017-07-18 | 1 | -1/+1 |
| | | | | 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. | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-03-25 | 1 | -1/+1 |
|\ | |||||
| * | move profile tabs to app-tray | Mario Vavti | 2017-03-20 | 1 | -1/+1 |
| | | |||||
* | | some more photo issues | zotlabs | 2017-03-22 | 1 | -24/+22 |
| | | |||||
* | | fix photo prvnxt after all the changes yesterday | zotlabs | 2017-03-22 | 1 | -6/+5 |
| | | |||||
* | | more work on the photo album mess | zotlabs | 2017-03-21 | 1 | -92/+65 |
| | | |||||
* | | 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 | -31/+14 |
|/ | | | | 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 | ||||
* | attach_delete() - remove photo resources even if the attach table row wasn't ↵ | zotlabs | 2017-01-15 | 1 | -2/+1 |
| | | | | found. | ||||
* | possibly improve the album list query and save the result in App::$data | Mario Vavti | 2017-01-13 | 1 | -9/+6 |
| | |||||
* | we should actually check for existance of a given album at this place. this ↵ | Mario Vavti | 2017-01-12 | 1 | -6/+1 |
| | | | | query can probably be more simple though | ||||
* | comment out redundant querys | Mario Vavti | 2017-01-11 | 1 | -3/+10 |
| | |||||
* | sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and ↵ | Florian Steinel | 2016-10-27 | 1 | -1/+1 |
| | | | | | | postgresql (see: https://www.postgresql.org/message-id/flat/1291109101.26137.35.camel%40pcd12478 ) | ||||
* | need to perform dbunescbin on stored filenames as well as binary data - this ↵ | zotlabs | 2016-10-23 | 1 | -1/+1 |
| | | | | is a no-op under mysql but could provide unpredictable data under postgres | ||||
* | more backticks | redmatrix | 2016-10-03 | 1 | -17/+17 |
| | |||||
* | photo move to another album - resurrected from a temporary branch where the ↵ | redmatrix | 2016-09-06 | 1 | -32/+32 |
| | | | | work had gotten lost | ||||
* | multi acl: port photos | Mario Vavti | 2016-08-04 | 1 | -1/+9 |
| | |||||
* | move permissiondescription class to zotlabs/lib | redmatrix | 2016-07-11 | 1 | -4/+2 |
| | |||||
* | remove the app $a passed to profile_load, also add profile_load to mod_wiki ↵ | redmatrix | 2016-06-26 | 1 | -1/+1 |
| | | | | which should fix issue #431 | ||||
* | 'recent photos' query was buggered, also fix issue #163 by adding ↵ | redmatrix | 2016-06-07 | 1 | -9/+5 |
| | | | | 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 | -36/+37 |
| | | | | 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. | ||||
* | more db column renames | redmatrix | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | turn the oft-repeated block_public ... check into a function ↵ | redmatrix | 2016-05-22 | 1 | -2/+2 |
| | | | | observer_prohibited() | ||||
* | renamed include files identity.php (channel.php) and Contact.php ↵ | redmatrix | 2016-05-22 | 1 | -1/+1 |
| | | | | (connections.php) | ||||
* | Update some modules to use new ACL dialog feature | Treer | 2016-05-08 | 1 | -2/+3 |
| | |||||
* | get rid of the unused ispublic variable | Mario Vavti | 2016-04-29 | 1 | -1/+1 |
| | |||||
* | allow engineering units (e.g. 400M, 1G) as service class limits | redmatrix | 2016-04-28 | 1 | -1/+1 |
| | |||||
* | make it more obvious what is behind the dropdowns | Mario Vavti | 2016-04-25 | 1 | -0/+1 |
| | |||||
* | module updates | redmatrix | 2016-04-18 | 1 | -0/+1384 |