]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
13 years agosome minor changes in the javascript translation function
Robin Appelman [Wed, 27 Jul 2011 14:39:44 +0000 (16:39 +0200)]
some minor changes in the javascript translation function

also provide Array.prototype.indexOf for browser that don't support it nativale (IE)

13 years agofix flash fallback for media player and bumb version of jplayer to 2.0.23
Robin Appelman [Wed, 27 Jul 2011 14:38:23 +0000 (16:38 +0200)]
fix flash fallback for media player and bumb version of jplayer to 2.0.23

13 years agoupdated localization script and removed duplicate strings
Jan-Christoph Borchardt [Wed, 27 Jul 2011 10:05:41 +0000 (12:05 +0200)]
updated localization script and removed duplicate strings

13 years agoupdated localization files again
Jan-Christoph Borchardt [Wed, 27 Jul 2011 06:55:32 +0000 (08:55 +0200)]
updated localization files again

13 years agoonly show songs for which the current user has songs indexed
Robin Appelman [Tue, 26 Jul 2011 20:21:28 +0000 (22:21 +0200)]
only show songs for which the current user has songs indexed

13 years agoonly load image viewer when in the file browser
Robin Appelman [Tue, 26 Jul 2011 19:18:13 +0000 (21:18 +0200)]
only load image viewer when in the file browser

13 years agoremove debug alert
Robin Appelman [Tue, 26 Jul 2011 14:58:46 +0000 (16:58 +0200)]
remove debug alert

13 years agofix sorting on newly inserted items in the file list
Robin Appelman [Tue, 26 Jul 2011 14:55:28 +0000 (16:55 +0200)]
fix sorting on newly inserted items in the file list

13 years agosome refactoring of the media player code
Robin Appelman [Tue, 26 Jul 2011 14:04:57 +0000 (16:04 +0200)]
some refactoring of the media player code

13 years agoupdated localization files
Jan-Christoph Borchardt [Mon, 25 Jul 2011 23:00:49 +0000 (01:00 +0200)]
updated localization files

13 years agoremove some dummy code
Robin Appelman [Mon, 25 Jul 2011 21:21:07 +0000 (23:21 +0200)]
remove some dummy code

13 years agobumb jquery and jquery-ui versions
Robin Appelman [Mon, 25 Jul 2011 21:16:05 +0000 (23:16 +0200)]
bumb jquery and jquery-ui versions

13 years agoadd js versions of linkTo, imagePath,addScript and addStyle
Robin Appelman [Mon, 25 Jul 2011 20:30:55 +0000 (22:30 +0200)]
add js versions of linkTo, imagePath,addScript and addStyle

13 years agoadd getSelectedFiles() to files.js
Robin Appelman [Mon, 25 Jul 2011 18:24:59 +0000 (20:24 +0200)]
add getSelectedFiles() to files.js

13 years agoadd OC_APP::getCurrentApp() to get the id of the active app
Robin Appelman [Mon, 25 Jul 2011 18:12:35 +0000 (20:12 +0200)]
add OC_APP::getCurrentApp() to get the id of the active app

13 years agoShow installed apps as default for the apps entry on the settings page.
Robin Appelman [Mon, 25 Jul 2011 15:57:33 +0000 (17:57 +0200)]
Show installed apps as default for the apps entry on the settings page.

Installing new apps is moved to the subentry

13 years agofix sabredav for sqlite2
Robin Appelman [Mon, 25 Jul 2011 01:13:29 +0000 (03:13 +0200)]
fix sabredav for sqlite2

13 years agoMerge branch 'sabredav'
Jakob Sack [Fri, 22 Jul 2011 21:18:08 +0000 (23:18 +0200)]
Merge branch 'sabredav'

13 years agoMerge branch 'sabredav' of git://anongit.kde.org/owncloud into sabredav
Jakob Sack [Fri, 22 Jul 2011 21:16:43 +0000 (23:16 +0200)]
Merge branch 'sabredav' of git://anongit.kde.org/owncloud into sabredav

13 years agoRemove HTTP_Webdav
Jakob Sack [Fri, 22 Jul 2011 21:16:14 +0000 (23:16 +0200)]
Remove HTTP_Webdav

13 years agofix problem with removing locks
Robin Appelman [Fri, 22 Jul 2011 21:06:53 +0000 (23:06 +0200)]
fix problem with removing locks

13 years agoUpdate docs, db scheme
Jakob Sack [Fri, 22 Jul 2011 20:47:44 +0000 (22:47 +0200)]
Update docs, db scheme

13 years agoProperties work fine now
Jakob Sack [Fri, 22 Jul 2011 20:30:45 +0000 (22:30 +0200)]
Properties work fine now

13 years agoremove some debug output and supress some possible errors
Robin Appelman [Fri, 22 Jul 2011 17:37:00 +0000 (19:37 +0200)]
remove some debug output and supress some possible errors

13 years agoproperties nearly work
Jakob Sack [Fri, 22 Jul 2011 14:21:29 +0000 (16:21 +0200)]
properties nearly work

13 years agoSupport for locks, minor changes
Jakob Sack [Fri, 22 Jul 2011 12:38:42 +0000 (14:38 +0200)]
Support for locks, minor changes

13 years agofix warning if no username is set in the cookie
Robin Appelman [Thu, 21 Jul 2011 22:47:20 +0000 (00:47 +0200)]
fix warning if no username is set in the cookie

13 years agodont load some javascript files multiply times
Robin Appelman [Thu, 21 Jul 2011 22:24:25 +0000 (00:24 +0200)]
dont load some javascript files multiply times

13 years agofix resizing images in image viewer
Robin Appelman [Thu, 21 Jul 2011 21:30:00 +0000 (23:30 +0200)]
fix resizing images in image viewer

13 years agoimport media app
Robin Appelman [Fri, 22 Jul 2011 04:30:52 +0000 (06:30 +0200)]
import media app

13 years agoadd getLocalFile to local storage provider
Robin Appelman [Fri, 22 Jul 2011 04:29:45 +0000 (06:29 +0200)]
add getLocalFile to local storage provider

13 years agofinally the missing file for moving files from the web interface
Robin Appelman [Fri, 22 Jul 2011 04:21:53 +0000 (06:21 +0200)]
finally the missing file for moving files from the web interface

13 years agoonly remove old sqlite database if it exists
Robin Appelman [Wed, 20 Jul 2011 22:52:48 +0000 (00:52 +0200)]
only remove old sqlite database if it exists

13 years agoforgot to commit css for user management
Robin Appelman [Wed, 20 Jul 2011 18:24:46 +0000 (20:24 +0200)]
forgot to commit css for user management

13 years agoUse SabreDAV authentication Code!
Jakob Sack [Wed, 20 Jul 2011 14:36:36 +0000 (16:36 +0200)]
Use SabreDAV authentication Code!

13 years agomoved Remember login below password field
Jan-Christoph Borchardt [Wed, 20 Jul 2011 14:11:39 +0000 (16:11 +0200)]
moved Remember login below password field

13 years agofixed file size color calculation
Jan-Christoph Borchardt [Wed, 20 Jul 2011 14:06:58 +0000 (16:06 +0200)]
fixed file size color calculation

13 years agoIntegration of SabreDAV
Jakob Sack [Wed, 20 Jul 2011 13:53:34 +0000 (15:53 +0200)]
Integration of SabreDAV

13 years agoAllow users to start a new upload before the current upload has finished
Robin Appelman [Wed, 20 Jul 2011 13:50:42 +0000 (15:50 +0200)]
Allow users to start a new upload before the current upload has finished

13 years agoSome ui work on user management, but it can still use a lot of improvement.
Robin Appelman [Tue, 19 Jul 2011 23:18:43 +0000 (01:18 +0200)]
Some ui work on user management, but it can still use a lot of improvement.

13 years agoremember login added
Bartek Przybylski [Wed, 20 Jul 2011 13:04:14 +0000 (15:04 +0200)]
remember login added

13 years agoshow expire dates of public links as date and not as datetime
Robin Appelman [Tue, 19 Jul 2011 22:55:47 +0000 (00:55 +0200)]
show expire dates of public links as date and not as datetime

13 years agoserveral small fixes to the openid server
Robin Appelman [Tue, 19 Jul 2011 22:53:55 +0000 (00:53 +0200)]
serveral small fixes to the openid server

13 years agofix deleting files with spaces in the name
Robin Appelman [Tue, 19 Jul 2011 21:56:21 +0000 (23:56 +0200)]
fix deleting files with spaces in the name

13 years agoAlso commiting the actual loading icon might be usefull
Robin Appelman [Tue, 19 Jul 2011 19:00:35 +0000 (21:00 +0200)]
Also commiting the actual loading icon might be usefull

13 years agoShow loading icon for uploading files, and disable file actions and DnD for uploading...
Robin Appelman [Tue, 19 Jul 2011 18:57:40 +0000 (20:57 +0200)]
Show loading icon for uploading files, and disable file actions and DnD for uploading files.

13 years agoNo longer use the "Ok" button for file uploads
Robin Appelman [Tue, 19 Jul 2011 18:34:01 +0000 (20:34 +0200)]
No longer use the "Ok" button for file uploads

13 years agoProvide ability to select mutliply files during upload for browsers that support it.
Robin Appelman [Tue, 19 Jul 2011 18:23:33 +0000 (20:23 +0200)]
Provide ability to select mutliply files during upload for browsers that support it.

13 years agofix some ldap errors
Robin Appelman [Mon, 18 Jul 2011 16:50:21 +0000 (18:50 +0200)]
fix some ldap errors

13 years agoshow a proper error message in help when it can't get the data from apps.owncloud.com
Robin Appelman [Sun, 17 Jul 2011 14:36:15 +0000 (16:36 +0200)]
show a proper error message in help when it can't get the data from apps.owncloud.com

13 years agoFix expiring of public links
Robin Appelman [Sun, 17 Jul 2011 13:44:02 +0000 (15:44 +0200)]
Fix expiring of public links

13 years agomove list of mimetypes by extention to a seperate file.
Robin Appelman [Sun, 17 Jul 2011 13:22:04 +0000 (15:22 +0200)]
move list of mimetypes by extention to a seperate file.

13 years agoFix typo in setup, thanks for pointing it out ab0oo
Michael Gapczynski [Wed, 13 Jul 2011 21:19:13 +0000 (17:19 -0400)]
Fix typo in setup, thanks for pointing it out ab0oo

13 years agoAdd missing argument for fromTmpFile() inside of rename()
Michael Gapczynski [Wed, 13 Jul 2011 17:30:22 +0000 (13:30 -0400)]
Add missing argument for fromTmpFile() inside of rename()

13 years agoAdd missing parameter for fromTmpFile() inside of copy()
Michael Gapczynski [Wed, 13 Jul 2011 00:50:04 +0000 (20:50 -0400)]
Add missing parameter for fromTmpFile() inside of copy()

13 years agoFix post_create and post_write hooks in copy(), was referencing an undefined variable
Michael Gapczynski [Tue, 12 Jul 2011 22:26:44 +0000 (18:26 -0400)]
Fix post_create and post_write hooks in copy(), was referencing an undefined variable

13 years agofix error in autocomplete when try to list non-existing or unreadable folders
Robin Appelman [Tue, 12 Jul 2011 15:45:01 +0000 (17:45 +0200)]
fix error in autocomplete when try to list non-existing or unreadable folders

13 years agoHome icon now points to index.php
Michael Gapczynski [Sun, 10 Jul 2011 22:12:11 +0000 (18:12 -0400)]
Home icon now points to index.php

13 years agoMerge branch 'master' of git://anongit.kde.org/owncloud
Michael Gapczynski [Sun, 10 Jul 2011 20:00:31 +0000 (16:00 -0400)]
Merge branch 'master' of git://anongit.kde.org/owncloud

13 years agoDirectory links in navigation shouldn't have a trailing '/'
Michael Gapczynski [Sun, 10 Jul 2011 20:00:08 +0000 (16:00 -0400)]
Directory links in navigation shouldn't have a trailing '/'

13 years agofinish refactoring of files admin page
Hans Bakker [Sat, 9 Jul 2011 19:44:50 +0000 (21:44 +0200)]
finish refactoring of files admin page

13 years agofix broken directory links for some browsers
Robin Appelman [Fri, 8 Jul 2011 17:52:44 +0000 (19:52 +0200)]
fix broken directory links for some browsers

13 years agoonly show the revert animation of draging a file when draged to an invalid position
Robin Appelman [Thu, 7 Jul 2011 20:18:35 +0000 (22:18 +0200)]
only show the revert animation of draging a file when draged to an invalid position

13 years agoChanged the js code for the files admin section to jQuery
Hans Bakker [Fri, 8 Jul 2011 16:56:20 +0000 (18:56 +0200)]
Changed the js code for the files admin section to jQuery

13 years agoYou can now move files to a parent folder by draging them to an element in the breadc...
Robin Appelman [Thu, 7 Jul 2011 19:43:35 +0000 (21:43 +0200)]
You can now move files to a parent folder by draging them to an element in the breadcrumb bar

also fixed dragging newly uploaded files and droppin in new folders

13 years agomark active navigation subentry
Jan-Christoph Borchardt [Thu, 7 Jul 2011 19:19:18 +0000 (21:19 +0200)]
mark active navigation subentry

13 years agofiles can now be draged and dropped in the file browser
Robin Appelman [Thu, 7 Jul 2011 02:14:24 +0000 (04:14 +0200)]
files can now be draged and dropped in the file browser

13 years agosmall contrast fixes
Jan-Christoph Borchardt [Thu, 7 Jul 2011 00:51:24 +0000 (02:51 +0200)]
small contrast fixes

13 years agoshow file extention in a lighter color
Robin Appelman [Thu, 7 Jul 2011 00:41:22 +0000 (02:41 +0200)]
show file extention in a lighter color

13 years agohighlight selected files in the filebrowser
Robin Appelman [Thu, 7 Jul 2011 00:28:57 +0000 (02:28 +0200)]
highlight selected files in the filebrowser

13 years agosome cleanup, small fixes
Jan-Christoph Borchardt [Thu, 7 Jul 2011 00:05:12 +0000 (02:05 +0200)]
some cleanup, small fixes

13 years agofile size is reflected in the value's shade of grey, atm calculated absolutely
Jan-Christoph Borchardt [Wed, 6 Jul 2011 23:52:26 +0000 (01:52 +0200)]
file size is reflected in the value's shade of grey, atm calculated absolutely

13 years agointroducing simple file size, only MB as unit, details on hover
Jan-Christoph Borchardt [Wed, 6 Jul 2011 23:27:16 +0000 (01:27 +0200)]
introducing simple file size, only MB as unit, details on hover

13 years agohopefully fixed the dirty workaround, like I was told to
Jan-Christoph Borchardt [Wed, 6 Jul 2011 22:24:57 +0000 (00:24 +0200)]
hopefully fixed the dirty workaround, like I was told to

13 years agomake folder labels bold, better distinction from files
Jan-Christoph Borchardt [Wed, 6 Jul 2011 22:20:40 +0000 (00:20 +0200)]
make folder labels bold, better distinction from files

13 years agofile list hover effect
Jan-Christoph Borchardt [Wed, 6 Jul 2011 22:19:38 +0000 (00:19 +0200)]
file list hover effect

13 years agostyled navigation subcategories
Jan-Christoph Borchardt [Wed, 6 Jul 2011 18:13:21 +0000 (20:13 +0200)]
styled navigation subcategories

13 years agoautofocus on the username field for setup & login
Jan-Christoph Borchardt [Wed, 6 Jul 2011 17:43:24 +0000 (19:43 +0200)]
autofocus on the username field for setup & login

13 years agoremoved search box from settings area
Jan-Christoph Borchardt [Wed, 6 Jul 2011 17:36:41 +0000 (19:36 +0200)]
removed search box from settings area

13 years agoupdated search box display
Jan-Christoph Borchardt [Wed, 6 Jul 2011 17:31:16 +0000 (19:31 +0200)]
updated search box display

13 years agoreactivated Upload & New Folder button icons
Jan-Christoph Borchardt [Wed, 6 Jul 2011 17:17:28 +0000 (19:17 +0200)]
reactivated Upload & New Folder button icons

13 years agoreworded some bits in the setup
Jan-Christoph Borchardt [Wed, 6 Jul 2011 17:03:27 +0000 (19:03 +0200)]
reworded some bits in the setup

13 years agoonly try to create the user once
Robin Appelman [Tue, 5 Jul 2011 22:34:24 +0000 (00:34 +0200)]
only try to create the user once

13 years agoonly use ldap user backend when it is configured
Robin Appelman [Tue, 5 Jul 2011 22:30:57 +0000 (00:30 +0200)]
only use ldap user backend when it is configured

13 years agoapplied Ryan's patch for Bug 276007 - Folder list does not get updated when creating...
Jan-Christoph Borchardt [Mon, 4 Jul 2011 19:46:20 +0000 (21:46 +0200)]
applied Ryan's patch for Bug 276007 - Folder list does not get updated when creating the first folder.

13 years agoHopefully fix errors if ldap plugin is not configured
Dominik Schmidt [Mon, 4 Jul 2011 17:04:15 +0000 (19:04 +0200)]
Hopefully fix errors if ldap plugin is not configured

13 years agoMore nl l10n improvements
Hans Bakker [Sun, 3 Jul 2011 22:39:04 +0000 (00:39 +0200)]
More nl l10n improvements

13 years agoImproved the dutch l10n files
Hans Bakker [Sun, 3 Jul 2011 22:16:49 +0000 (00:16 +0200)]
Improved the dutch l10n files

13 years agoUsability improvements:
Hans Bakker [Sat, 2 Jul 2011 23:52:17 +0000 (01:52 +0200)]
Usability improvements:
-Added javascript to enable/disable radiobuttons
-Added labels

13 years agoFix to make the Unlock mechanism of WebDAV work. Previously when using unlock in...
Kunal Ghosh [Sat, 2 Jul 2011 01:47:05 +0000 (07:17 +0530)]
Fix to make the Unlock mechanism of WebDAV work. Previously when using unlock in cadaver etc was used the lock entry corresponding to the file was not deleted in the sqlite database table oc_locks. The error was because the delete query in the Unlock function was not getting executed :)

13 years agonot all http server add index.php to $_SERVER[SCRIPT_NAME], do it manually
Robin Appelman [Sat, 25 Jun 2011 22:59:09 +0000 (00:59 +0200)]
not all http server add index.php to $_SERVER[SCRIPT_NAME], do it manually

this fixes incorect generated links in some cases

13 years agoyou can now use your owncloud url as openid provider
Robin Appelman [Fri, 24 Jun 2011 20:07:26 +0000 (22:07 +0200)]
you can now use your owncloud url as openid provider

13 years agoallow plugins/apps to add custom headers to all pages
Robin Appelman [Fri, 24 Jun 2011 20:06:40 +0000 (22:06 +0200)]
allow plugins/apps to add custom headers to all pages

13 years agoredirect_url to be respected in linkTo function
Aamir Khan [Fri, 24 Jun 2011 19:44:28 +0000 (01:14 +0530)]
redirect_url to be respected in linkTo function

13 years agoadd openid headers to openid request page
Robin Appelman [Fri, 24 Jun 2011 16:02:51 +0000 (18:02 +0200)]
add openid headers to openid request page

13 years agoprovide an option to add custom elements to the header of templates
Robin Appelman [Fri, 24 Jun 2011 16:02:19 +0000 (18:02 +0200)]
provide an option to add custom elements to the header of templates

13 years agoshow error on openid request page when no user is selected
Robin Appelman [Fri, 24 Jun 2011 15:06:02 +0000 (17:06 +0200)]
show error on openid request page when no user is selected

13 years agoMerge branch 'master' of git://anongit.kde.org/owncloud
Kamil Domanski [Fri, 24 Jun 2011 14:05:48 +0000 (16:05 +0200)]
Merge branch 'master' of git://anongit.kde.org/owncloud

13 years agoadd template to openid request page
Kamil Domanski [Thu, 23 Jun 2011 22:24:45 +0000 (00:24 +0200)]
add template to openid request page

13 years agouser_ldap: close ldap connection in dtor
Dominik Schmidt [Thu, 23 Jun 2011 21:54:39 +0000 (23:54 +0200)]
user_ldap: close ldap connection in dtor