summaryrefslogtreecommitdiffstats
path: root/search
Commit message (Collapse)AuthorAgeFilesLines
* IE8 does not support window.onclickJörn Friedrich Dreyer2013-02-211-1/+1
|
* Change search to use routingBart Visscher2012-10-291-5/+3
|
* Place the brackets in the first lineLukas Reschke2012-10-241-61/+60
|
* radius can safely be used without vendor prefixesLukas Reschke2012-10-231-2/+0
| | | | http://caniuse.com/#search=radius
* box-shadow can safely be used without vendor prefixesLukas Reschke2012-10-231-2/+0
| | | | http://caniuse.com/#feat=css-boxshadow
* Format the CSS in a readable way….Lukas Reschke2012-10-231-9/+65
|
* Remove unused search codeBart Visscher2012-10-102-68/+0
|
* After selecting a search result, hide the resultsBart Visscher2012-09-281-0/+1
|
* Fix 'Search only shows the app name of the first app'Bart Visscher2012-09-171-1/+1
| | | | Fixes: oc-1369
* adding space between) and {Thomas Mueller2012-09-072-2/+2
|
* no more require_once()Thomas Mueller2012-09-051-1/+1
|
* Update search/index.phpThomas Müller2012-09-041-4/+4
| | | respect coding style
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-092-4/+0
|
* Simplify search result js codeBart Visscher2012-06-221-14/+4
|
* Remove OC_App::register functionBart Visscher2012-05-311-5/+0
| | | | The data supplied is never used in OwnCloud. Removed the call from all the apps, and made the public API function empty.
* adding proper copyright and license notice to the style filesJan-Christoph Borchardt2012-04-231-0/+4
|
* Use OC_JSON for json responsesBart Visscher2011-09-251-2/+2
| | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit.
* Move some common code to OC_UtilBart Visscher2011-09-182-11/+4
| | | | | | | Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
* Remove global vars and use the OC static version.Bart Visscher2011-09-181-1/+1
| | | | Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
* fix search, sane z-indexesJan-Christoph Borchardt2011-08-101-1/+1
|
* pimped the search dropdown style a bitJan-Christoph Borchardt2011-08-012-26/+9
|
* keyboard shortcuts for search resultsRobin Appelman2011-07-312-0/+15
|
* dont hide the results if a new search yield no resultsRobin Appelman2011-07-311-0/+3
|
* Show play and add-to-playlist buttons in instant search resultsRobin Appelman2011-07-311-0/+6
| | | | for now this only works from inside the media app
* some interface work on instant searchRobin Appelman2011-07-303-0/+83
|
* provide json interface for searchRobin Appelman2011-07-301-0/+42
|
* Renaming classes :-)Jakob Sack2011-07-292-7/+7
|
* Delete requires in applications where possibleJakob Sack2011-07-271-1/+0
|
* return to default page on empty searchRobin Appelman2011-06-231-0/+3
|
* add search functionality, for now only searches files but plugins/apps can ↵Robin Appelman2011-04-244-0/+94
extend that
pan> "Tingkat Lanjut", "Data folder" => "Folder data", "Configure the database" => "Konfigurasi database", "will be used" => "akan digunakan", "Database user" => "Pengguna database", "Database password" => "Password database", "Database name" => "Nama database", "Database tablespace" => "tablespace basis data", "Database host" => "Host database", "Finish setup" => "Selesaikan instalasi", "Sunday" => "minggu", "Monday" => "senin", "Tuesday" => "selasa", "Wednesday" => "rabu", "Thursday" => "kamis", "Friday" => "jumat", "Saturday" => "sabtu", "January" => "Januari", "February" => "Februari", "March" => "Maret", "April" => "April", "May" => "Mei", "June" => "Juni", "July" => "Juli", "August" => "Agustus", "September" => "September", "October" => "Oktober", "November" => "Nopember", "December" => "Desember", "web services under your control" => "web service dibawah kontrol anda", "Log out" => "Keluar", "Automatic logon rejected!" => "login otomatis ditolak!", "If you did not change your password recently, your account may be compromised!" => "apabila anda tidak merubah kata kunci belakangan ini, akun anda dapat di gunakan orang lain!", "Please change your password to secure your account again." => "mohon ubah kata kunci untuk mengamankan akun anda", "Lost your password?" => "Lupa password anda?", "remember" => "selalu login", "Log in" => "Masuk", "You are logged out." => "Anda telah keluar.", "prev" => "sebelum", "next" => "selanjutnya", "Security Warning!" => "peringatan keamanan!", "Please verify your password. <br/>For security reasons you may be occasionally asked to enter your password again." => "mohon periksa kembali kata kunci anda. <br/>untuk alasan keamanan,anda akan sesekali diminta untuk memasukan kata kunci lagi.", "Verify" => "periksa kembali" );