Jörn Friedrich Dreyer
|
e59a1806cf
|
remove superfluous ?> at the end of .php files (left out apps/*/templates)
|
13 years ago |
Lukas Reschke
|
c63db28eaf
|
CSRF check
|
13 years ago |
Tom Needham
|
426193cf6c
|
Migration: Fix contacts and bookmarks
|
13 years ago |
Brice Maron
|
51d33768b8
|
Prevent errors and mini enhancement of saved window in bookmarks
|
13 years ago |
Brice Maron
|
0fb9d0bf29
|
Correct bookmark app : add through interface and remove missing css
|
13 years ago |
Bjoern Schiessle
|
34739b7ec5
|
use new sanitizeHTML() function
|
13 years ago |
Bjoern Schiessle
|
2f9763d216
|
check if user is allowed to edit bookmarks
|
13 years ago |
Arthur Schiwon
|
f255ac8b3a
|
make bookmarks bookmarklet work again, kudos to Victor Dubiniuk
|
13 years ago |
Arthur Schiwon
|
4b231c15d5
|
bookmarks: make read later-button draggable again, fixes oc-944
|
13 years ago |
Marco B
|
3be5e2af26
|
utf8 in der DB config
|
13 years ago |
Lukas Reschke
|
9f276729c2
|
Using POST instead of GET.
|
13 years ago |
Brice Maron
|
6a812644e4
|
Correct remote and public, and last occurence of OC::
|
13 years ago |
Brice Maron
|
cc494259d3
|
Unit path and webpath, correct some more
|
13 years ago |
Bart Visscher
|
a33f580db1
|
Remove OC_App::register function
The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
|
13 years ago |
Frank Karlitschek
|
9e73524168
|
mark the apps as part of the shipped package and increase the requirement to ownCloud 4
|
13 years ago |
Thomas Mueller
|
583dce5276
|
removing executable bit - again
|
13 years ago |
Michael Gapczynski
|
6d37f9b951
|
Remove scroll to bookmarks_menu, no longer existent and the bookmark controls are always visible at the top anyways
|
13 years ago |
Michael Gapczynski
|
1629c77eb5
|
Validate bookmark inputs, fixes bug oc-636
|
13 years ago |
Vitaly Kuznetsov
|
6f981738bb
|
Fix some non-utf8-friendly htmlentities (resulting in wrong display of utf8-encoded directory names for example)
|
13 years ago |
Brice Maron
|
41d0308806
|
Change label for saving bookmark button
|
13 years ago |
Brice Maron
|
fa4a52260f
|
Try to correct query string url for search in bookmark
|
13 years ago |
Frank Karlitschek
|
1945cd6946
|
ported the oc_template class
|
13 years ago |
Bart Visscher
|
b6ea57c8b6
|
Bookmarks: Move delete code to Bookmarks class, also change to use id
|
13 years ago |
Frank Karlitschek
|
97a8af7f25
|
ported oc_db
|
13 years ago |
Frank Karlitschek
|
43caa3b3b9
|
ported oc_json
|
13 years ago |
Frank Karlitschek
|
4fe90f62f4
|
port checkAppEnabled
|
13 years ago |
Frank Karlitschek
|
8e99475886
|
first part of the config stuff
|
13 years ago |
Frank Karlitschek
|
2fe646dcec
|
ported the oc_app calls
|
13 years ago |
Frank Karlitschek
|
93b63cf375
|
ported the rest of the OC_Helper calls
|
13 years ago |
Frank Karlitschek
|
e48f511606
|
port linkto and serverHost
|
13 years ago |
Frank Karlitschek
|
31e32e3c10
|
ported checkLoggedIn and checkAdmin
|
13 years ago |
Frank Karlitschek
|
1a2bbd2ee4
|
ported addSyript and other small stuff
|
13 years ago |
Frank Karlitschek
|
70cea18cce
|
ported getUser
|
13 years ago |
Frank Karlitschek
|
d0554bef06
|
finish porting of the LOG calls or the apps to the public api
|
13 years ago |
Frank Karlitschek
|
e8ec999090
|
port to use the new public api
|
13 years ago |
Georg Ehrke
|
3f64eb25ab
|
some fixes fore movable apps
|
13 years ago |
Georg Ehrke
|
1a913ac282
|
bookmarks app seems to work now :)
|
13 years ago |
Frank Karlitschek
|
b462795be2
|
added a nice API to get the installes Apps with names, urls and icon from the outside.
This is useful for some nice upcoming desktop and mobile integration
|
13 years ago |
Frank Karlitschek
|
69f3b5e2d2
|
make the button a bit more consistent to the other ownCloud interface
|
13 years ago |
Georg Ehrke
|
69ee0efc0b
|
remove the require_once lib base from all (or nearly all) files
|
13 years ago |
Arthur Schiwon
|
80f4c4f923
|
Bookmarks: handle input with & and ?, fixes oc-201
|
13 years ago |
Robin Appelman
|
b1bcc60d83
|
reuse OC_L10N objects
|
13 years ago |
Robin Appelman
|
926b2b78fe
|
keep version numbers in their own files for faster reading
|
13 years ago |
Robin Appelman
|
3babb8c22c
|
improve flexibility of search providers a bit
|
13 years ago |
Tom Needham
|
c0869887cf
|
Return JSON for import and export methods of OC_Migrate
|
13 years ago |
Tom Needham
|
bd4fd76bfb
|
Fix bookmarks migration provider
|
13 years ago |
Tom Needham
|
553f4533c0
|
look for migrate.php in appinfo folder
|
13 years ago |
Bartek Przybylski
|
c23090b43c
|
spaces to tabs in bookmarks
|
13 years ago |
Bartek Przybylski
|
a3125f164e
|
bookmarks tag placement & list width fix
|
13 years ago |
Georg Ehrke
|
b63b377c4d
|
Bookmarks: make link text click clickable too - bugfix for oc-131
|
13 years ago |