aboutsummaryrefslogtreecommitdiffstats
path: root/apps/bookmarks
Commit message (Collapse)AuthorAgeFilesLines
* Move some common code to OC_UtilBart Visscher2011-09-182-10/+4
| | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
* Add link and other edit information to newly added bookmarks.Golnaz Nilieh2011-09-132-3/+8
|
* Add support of editing bookmarks.Golnaz Nilieh2011-09-134-25/+161
|
* Use OC_Helper::linkTo also for absolute urls.Bart Visscher2011-09-091-1/+1
| | | | One central place to check for https.
* Use an animated gif in add-bookmark form, while fetching metadata.Golnaz Nilieh2011-09-063-3/+13
|
* Don't clear bookmark description field, If it is empty in bookmark metadata.Golnaz Nilieh2011-09-061-1/+3
|
* fix: links with parameters get cut off at &Arthur Schiwon2011-08-258-10/+10
|
* fix: URLs without protocol are now linked to via HTTPArthur Schiwon2011-08-254-3/+12
|
* Make bookmarks sortable by clicksArthur Schiwon2011-08-254-3/+53
|
* Make appeareance of the bookmarklet a bit nicer, still room for improvement leftArthur Schiwon2011-08-252-2/+6
|
* Added a Bookmarklet for the Bookmarks appArthur Schiwon2011-08-246-17/+99
|
* check if tag is set, might not show bookmarks on some systems without doing soArthur Schiwon2011-08-241-1/+1
|
* autoretrieve title and description after entering new urlArthur Schiwon2011-08-231-0/+58
|
* autoretrieve title and description after entering new urlArthur Schiwon2011-08-231-0/+14
|
* Bookmarks DB structure change, description is optionalArthur Schiwon2011-08-231-1/+1
|
* fetch bookmarks even if they are not taggedArthur Schiwon2011-08-231-4/+11
|
* follow coding style and use single quotes in phpArthur Schiwon2011-08-231-12/+12
|
* simplify bookmarks tag filter sqlArthur Schiwon2011-08-231-6/+2
|
* make tag filter compatible with sqliteArthur Schiwon2011-08-231-2/+6
|
* When deleting a bookmark, remove its tags from database.Golnaz Nilieh2011-08-201-6/+21
|
* * Use encodeEntities() function to check inputGolnaz Nilieh2011-08-192-27/+33
| | | | * Separate tags by space
* Show new bookmark in the list after insertion, And hide it after deletion.Golnaz Nilieh2011-08-191-3/+20
|
* really open website after clickArthur Schiwon2011-08-161-1/+0
|
* gain compatibility with sqlite3Arthur Schiwon2011-08-162-3/+20
|
* fix database layout for sqlite3Arthur Schiwon2011-08-161-1/+1
|
* wording fix for bookmarksJan-Christoph Borchardt2011-08-161-5/+5
|
* initial commit of Bookmarks AppArthur Schiwon2011-08-1512-0/+613