]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
13 years agoRemove no longer needed functions in OC_Filestorage_Shared
Michael Gapczynski [Sat, 20 Aug 2011 00:04:35 +0000 (20:04 -0400)]
Remove no longer needed functions in OC_Filestorage_Shared

13 years agosome header fixes
Jan-Christoph Borchardt [Fri, 19 Aug 2011 20:53:07 +0000 (22:53 +0200)]
some header fixes

13 years agoFull support for viewing public links from sharing drop down
Michael Gapczynski [Fri, 19 Aug 2011 16:47:00 +0000 (12:47 -0400)]
Full support for viewing public links from sharing drop down

13 years agoFix notifications bar being visible on pages without files scripts
Michael Gapczynski [Fri, 19 Aug 2011 15:00:42 +0000 (11:00 -0400)]
Fix notifications bar being visible on pages without files scripts

13 years ago* Use encodeEntities() function to check input
Golnaz Nilieh [Fri, 19 Aug 2011 11:48:08 +0000 (16:18 +0430)]
* Use encodeEntities() function to check input
* Separate tags by space

13 years agomade translation link language-specific
Jan-Christoph Borchardt [Fri, 19 Aug 2011 11:29:07 +0000 (13:29 +0200)]
made translation link language-specific

13 years agoupdated translations
Jan-Christoph Borchardt [Fri, 19 Aug 2011 11:12:18 +0000 (13:12 +0200)]
updated translations

13 years agoShow new bookmark in the list after insertion, And hide it after deletion.
Golnaz Nilieh [Fri, 19 Aug 2011 09:00:05 +0000 (13:30 +0430)]
Show new bookmark in the list after insertion, And hide it after deletion.

13 years agoRemove some scripts, now you can actually download the files in a public link folder
Michael Gapczynski [Thu, 18 Aug 2011 23:44:00 +0000 (19:44 -0400)]
Remove some scripts, now you can actually download the files in a public link folder

13 years agoAdd downloadURL to files templates for both public links and files
Michael Gapczynski [Thu, 18 Aug 2011 23:32:24 +0000 (19:32 -0400)]
Add downloadURL to files templates for both public links and files

13 years agoCopy get.php into files_sharing, public links now use files templates
Michael Gapczynski [Thu, 18 Aug 2011 19:35:11 +0000 (15:35 -0400)]
Copy get.php into files_sharing, public links now use files templates

13 years agoadded Settings navigation items to translations
Jan-Christoph Borchardt [Thu, 18 Aug 2011 19:10:01 +0000 (21:10 +0200)]
added Settings navigation items to translations

13 years agolanguage updates, optimization of Help HTML
Jan-Christoph Borchardt [Thu, 18 Aug 2011 17:22:39 +0000 (19:22 +0200)]
language updates, optimization of Help HTML

13 years agoMerge public link icon check
Michael Gapczynski [Thu, 18 Aug 2011 17:14:06 +0000 (13:14 -0400)]
Merge public link icon check

13 years agomake entries in settings navigation translatable
Robin Appelman [Thu, 18 Aug 2011 13:31:26 +0000 (15:31 +0200)]
make entries in settings navigation translatable

13 years agoSwedish translation, thanks to HakanS
Jan-Christoph Borchardt [Thu, 18 Aug 2011 12:33:05 +0000 (14:33 +0200)]
Swedish translation, thanks to HakanS

13 years agostill show the icon on row hover so the file type is still visible
Jan-Christoph Borchardt [Thu, 18 Aug 2011 10:54:10 +0000 (12:54 +0200)]
still show the icon on row hover so the file type is still visible

13 years agoupdated translations
Jan-Christoph Borchardt [Thu, 18 Aug 2011 09:46:49 +0000 (11:46 +0200)]
updated translations

13 years agoComment rename() and prevent trying to move items if the user doesn't have write...
Michael Gapczynski [Thu, 18 Aug 2011 02:10:25 +0000 (22:10 -0400)]
Comment rename() and prevent trying to move items if the user doesn't have write permission

13 years agoBug fixes for mkdir(), renaming/moving support for files inside a shared folder with...
Michael Gapczynski [Thu, 18 Aug 2011 01:58:53 +0000 (21:58 -0400)]
Bug fixes for mkdir(), renaming/moving support for files inside a shared folder with write permission

13 years ago-1 is now a class constant (UNSHARED), for unsharing files from self
Michael Gapczynski [Wed, 17 Aug 2011 22:00:37 +0000 (18:00 -0400)]
-1 is now a class constant (UNSHARED), for unsharing files from self

13 years agoRemove navigation entry for shared files
Michael Gapczynski [Wed, 17 Aug 2011 21:44:10 +0000 (17:44 -0400)]
Remove navigation entry for shared files

13 years agoNew system of unsharing files from self, and a small bug fix when all files inside...
Michael Gapczynski [Wed, 17 Aug 2011 21:43:15 +0000 (17:43 -0400)]
New system of unsharing files from self, and a small bug fix when all files inside a shared folder are unshared from self

13 years agoFix my last commit 9ee4fc
Michael Gapczynski [Wed, 17 Aug 2011 18:22:14 +0000 (14:22 -0400)]
Fix my last commit 9ee4fc

13 years agoOnly show 'Shared' directory if files are shared with you
Michael Gapczynski [Wed, 17 Aug 2011 17:47:10 +0000 (13:47 -0400)]
Only show 'Shared' directory if files are shared with you

13 years agoFix bug in getPermissions() and clean-up unlink() and rename()
Michael Gapczynski [Wed, 17 Aug 2011 16:58:09 +0000 (12:58 -0400)]
Fix bug in getPermissions() and clean-up unlink() and rename()

13 years agoMerge branch 'sharing'
Jan-Christoph Borchardt [Wed, 17 Aug 2011 11:48:36 +0000 (13:48 +0200)]
Merge branch 'sharing'

13 years agoMerge branch 'master' of git://anongit.kde.org/owncloud
Hans Bakker [Wed, 17 Aug 2011 10:51:51 +0000 (12:51 +0200)]
Merge branch 'master' of git://anongit.kde.org/owncloud

13 years agoChange authentication method to basic http auth instead of using $_GET variables
Hans Bakker [Wed, 17 Aug 2011 10:47:56 +0000 (12:47 +0200)]
Change authentication method to basic http auth instead of using $_GET variables
Also use OC_User::isLoggedIn to check if new authentication is needed for grouplist.php and userlist.php
For validateuser.php, credentials are always needed.

13 years agoremove ugly chrome automatic focus border
Frank Karlitschek [Wed, 17 Aug 2011 09:25:18 +0000 (11:25 +0200)]
remove ugly chrome automatic focus border

13 years agoFunctions to get the token of a public link now stored by OC_Share, remove no longer...
Michael Gapczynski [Wed, 17 Aug 2011 01:32:51 +0000 (21:32 -0400)]
Functions to get the token of a public link now stored by OC_Share, remove no longer needed ajax call to getlink.php

13 years agoMerge branch 'sharing' of git://anongit.kde.org/owncloud into sharing
Michael Gapczynski [Wed, 17 Aug 2011 00:21:57 +0000 (20:21 -0400)]
Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharing

13 years agoInitial merging of files_sharing and files_publiclink
Michael Gapczynski [Wed, 17 Aug 2011 00:21:18 +0000 (20:21 -0400)]
Initial merging of files_sharing and files_publiclink

13 years agorounded bar fillings for quota and media player
Jan-Christoph Borchardt [Tue, 16 Aug 2011 23:09:30 +0000 (01:09 +0200)]
rounded bar fillings for quota and media player

13 years agoremoved the bottomless bottom
Jan-Christoph Borchardt [Tue, 16 Aug 2011 22:52:23 +0000 (00:52 +0200)]
removed the bottomless bottom

13 years agofix problem with building the IN query
Robin Appelman [Tue, 16 Aug 2011 22:34:02 +0000 (00:34 +0200)]
fix problem with building the IN query

13 years agomake the help section working and pretty. knowledge base entries are fetched via...
Frank Karlitschek [Tue, 16 Aug 2011 22:24:50 +0000 (00:24 +0200)]
make the help section working and pretty. knowledge base entries are fetched via OCS from a different server. cool stuff

13 years agofix default file actions not working
Robin Appelman [Tue, 16 Aug 2011 22:21:12 +0000 (00:21 +0200)]
fix default file actions not working

13 years agofix collection browsing using the ampache api
Robin Appelman [Tue, 16 Aug 2011 22:07:08 +0000 (00:07 +0200)]
fix collection browsing using the ampache api

13 years agoreally open website after click
Arthur Schiwon [Tue, 16 Aug 2011 21:50:46 +0000 (23:50 +0200)]
really open website after click

13 years agogain compatibility with sqlite3
Arthur Schiwon [Tue, 16 Aug 2011 21:49:53 +0000 (23:49 +0200)]
gain compatibility with sqlite3

13 years agofix database layout for sqlite3
Arthur Schiwon [Tue, 16 Aug 2011 19:56:12 +0000 (21:56 +0200)]
fix database layout for sqlite3

13 years agohiding public links from navigation now that it's easier to use in the dropdown
Jan-Christoph Borchardt [Tue, 16 Aug 2011 16:36:36 +0000 (18:36 +0200)]
hiding public links from navigation now that it's easier to use in the dropdown

13 years agoDisplay public icon next to publicly shared files
Michael Gapczynski [Tue, 16 Aug 2011 16:18:31 +0000 (12:18 -0400)]
Display public icon next to publicly shared files

13 years agoPublic link folder uploading not implemented, comment out checkbox for it in dropdown
Michael Gapczynski [Tue, 16 Aug 2011 16:06:08 +0000 (12:06 -0400)]
Public link folder uploading not implemented, comment out checkbox for it in dropdown

13 years agofix expire header for media player
Robin Appelman [Tue, 16 Aug 2011 12:34:42 +0000 (14:34 +0200)]
fix expire header for media player

13 years agotrying SVG check that Modernizr uses, to fix Firefox 3.6 problems
Jan-Christoph Borchardt [Tue, 16 Aug 2011 10:46:25 +0000 (12:46 +0200)]
trying SVG check that Modernizr uses, to fix Firefox 3.6 problems

13 years agowording fix for bookmarks
Jan-Christoph Borchardt [Tue, 16 Aug 2011 10:45:44 +0000 (12:45 +0200)]
wording fix for bookmarks

13 years agoThis should actually make the 'Shared' directory automatically everytime
Michael Gapczynski [Tue, 16 Aug 2011 00:45:07 +0000 (20:45 -0400)]
This should actually make the 'Shared' directory automatically everytime

13 years agoAutomatic creation of 'Shared' directory, bug fixes for an empty 'Shared' directory
Michael Gapczynski [Tue, 16 Aug 2011 00:33:02 +0000 (20:33 -0400)]
Automatic creation of 'Shared' directory, bug fixes for an empty 'Shared' directory

13 years agoMerge branch 'master' into sharing
Michael Gapczynski [Mon, 15 Aug 2011 21:49:36 +0000 (17:49 -0400)]
Merge branch 'master' into sharing

13 years agoMerge branch 'master' of git://anongit.kde.org/owncloud
Michael Gapczynski [Mon, 15 Aug 2011 21:48:18 +0000 (17:48 -0400)]
Merge branch 'master' of git://anongit.kde.org/owncloud

13 years agoModify files css for sharing dropdown to avoid future merge conflicts
Michael Gapczynski [Mon, 15 Aug 2011 21:47:54 +0000 (17:47 -0400)]
Modify files css for sharing dropdown to avoid future merge conflicts

13 years agoseriously gone a bit overboard with tipsy
Jan-Christoph Borchardt [Mon, 15 Aug 2011 21:45:25 +0000 (23:45 +0200)]
seriously gone a bit overboard with tipsy

13 years agoMerge branch 'sharing' of git://anongit.kde.org/owncloud into sharing
Michael Gapczynski [Mon, 15 Aug 2011 21:38:33 +0000 (17:38 -0400)]
Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharing

13 years agoAdditional user group sharing support and more clean-up in the constructor
Michael Gapczynski [Mon, 15 Aug 2011 21:37:16 +0000 (17:37 -0400)]
Additional user group sharing support and more clean-up in the constructor

13 years agofix enableing apps
Robin Appelman [Mon, 15 Aug 2011 21:31:59 +0000 (23:31 +0200)]
fix enableing apps

13 years agosome filesystem fixes
Robin Appelman [Mon, 15 Aug 2011 20:54:38 +0000 (22:54 +0200)]
some filesystem fixes

13 years agoinitial commit of Bookmarks App
Arthur Schiwon [Mon, 15 Aug 2011 20:05:07 +0000 (22:05 +0200)]
initial commit of Bookmarks App

13 years agoadd option to set user quota
Robin Appelman [Mon, 15 Aug 2011 19:06:29 +0000 (21:06 +0200)]
add option to set user quota

13 years agoa bit of refactoring for oc_filesystem and implement user quota
Robin Appelman [Mon, 15 Aug 2011 18:37:50 +0000 (20:37 +0200)]
a bit of refactoring for oc_filesystem and implement user quota

13 years agomerged gitignores
Jan-Christoph Borchardt [Mon, 15 Aug 2011 18:43:39 +0000 (20:43 +0200)]
merged gitignores

13 years agoMerge branch 'master' of git://anongit.kde.org/owncloud
Hans Bakker [Mon, 15 Aug 2011 15:41:46 +0000 (17:41 +0200)]
Merge branch 'master' of git://anongit.kde.org/owncloud

13 years agoAdd scripts to get user list and group list as json data.
Hans Bakker [Mon, 15 Aug 2011 15:38:31 +0000 (17:38 +0200)]
Add scripts to get user list and group list as json data.
Info about which groups the users belong to are also in the user list. Both files need logging in through GET because unauthorized users are not allowed to see this data.

13 years agoupdated why we do this
Jan-Christoph Borchardt [Mon, 15 Aug 2011 15:02:26 +0000 (17:02 +0200)]
updated why we do this

13 years agodont throw errors if we cant connect to the apps repository
Robin Appelman [Mon, 15 Aug 2011 14:01:41 +0000 (16:01 +0200)]
dont throw errors if we cant connect to the apps repository

13 years agoSmall design changes in Contacts
Jakob Sack [Sun, 14 Aug 2011 21:48:43 +0000 (23:48 +0200)]
Small design changes in Contacts

13 years agoFix creation of UID in contacts
Jakob Sack [Thu, 11 Aug 2011 09:20:12 +0000 (11:20 +0200)]
Fix creation of UID in contacts

13 years agoresolved merge conflict
Jan-Christoph Borchardt [Sun, 14 Aug 2011 17:31:38 +0000 (19:31 +0200)]
resolved merge conflict

13 years agoRefactor getUserAndGroups() for new user group sharing standard - user@group
Michael Gapczynski [Sun, 14 Aug 2011 16:16:14 +0000 (12:16 -0400)]
Refactor getUserAndGroups() for new user group sharing standard - user@group

13 years agoChange OC_GROUP to OC_Group
Michael Gapczynski [Sun, 14 Aug 2011 15:44:37 +0000 (11:44 -0400)]
Change OC_GROUP to OC_Group

13 years agoreplaced some languages with their indigenous names
Jan-Christoph Borchardt [Sun, 14 Aug 2011 14:29:22 +0000 (16:29 +0200)]
replaced some languages with their indigenous names

13 years agomore fixes for Personal and Tipsy
Jan-Christoph Borchardt [Sun, 14 Aug 2011 14:12:27 +0000 (16:12 +0200)]
more fixes for Personal and Tipsy

13 years agoShow language names in Personal
Robin Appelman [Sun, 14 Aug 2011 13:30:30 +0000 (15:30 +0200)]
Show language names in Personal

13 years agofix some details in Personal
Robin Appelman [Sun, 14 Aug 2011 13:06:16 +0000 (15:06 +0200)]
fix some details in Personal

13 years agoupdated tipsy, tooltips finally work everywhere, thanks icewind
Jan-Christoph Borchardt [Sun, 14 Aug 2011 12:55:43 +0000 (14:55 +0200)]
updated tipsy, tooltips finally work everywhere, thanks icewind

13 years agomore info in personal, WebDAV, OpenID
Jan-Christoph Borchardt [Sun, 14 Aug 2011 09:09:51 +0000 (11:09 +0200)]
more info in personal, WebDAV, OpenID

13 years agofix creating users
Robin Appelman [Sat, 13 Aug 2011 21:56:33 +0000 (23:56 +0200)]
fix creating users

13 years agoAdd validateuser.php ajax file returning json data saying whether a user exists and...
Hans Bakker [Sat, 13 Aug 2011 19:07:51 +0000 (21:07 +0200)]
Add validateuser.php ajax file returning json data saying whether a user exists and the credentials are correct

13 years agosmall CSS changes
Jan-Christoph Borchardt [Sat, 13 Aug 2011 16:22:31 +0000 (18:22 +0200)]
small CSS changes

13 years agofix media player controlls not showing
Robin Appelman [Sat, 13 Aug 2011 15:53:31 +0000 (17:53 +0200)]
fix media player controlls not showing

13 years agoDONT always scan the collection, I would like to keep some cpu cycles to actually...
Robin Appelman [Sat, 13 Aug 2011 15:41:34 +0000 (17:41 +0200)]
DONT always scan the collection, I would like to keep some cpu cycles to actually use my pc

13 years agoEVERYTHING MUST FADE
Jan-Christoph Borchardt [Sat, 13 Aug 2011 15:13:04 +0000 (17:13 +0200)]
EVERYTHING MUST FADE

13 years agowayyy better position for file upload and new folder
Jan-Christoph Borchardt [Sat, 13 Aug 2011 14:54:54 +0000 (16:54 +0200)]
wayyy better position for file upload and new folder

13 years agosome player styling
Jan-Christoph Borchardt [Sat, 13 Aug 2011 14:34:40 +0000 (16:34 +0200)]
some player styling

13 years agovarious CSS fixes
Jan-Christoph Borchardt [Sat, 13 Aug 2011 14:00:10 +0000 (16:00 +0200)]
various CSS fixes

13 years agoCSS update, Personal looks better now
Jan-Christoph Borchardt [Sat, 13 Aug 2011 13:32:00 +0000 (15:32 +0200)]
CSS update, Personal looks better now

13 years agoupdated translations
Jan-Christoph Borchardt [Sat, 13 Aug 2011 10:43:15 +0000 (12:43 +0200)]
updated translations

13 years agostart scanning music automatically when in Music
Jan-Christoph Borchardt [Sat, 13 Aug 2011 05:02:51 +0000 (07:02 +0200)]
start scanning music automatically when in Music

13 years agofirst styling for leftcontent
Jan-Christoph Borchardt [Sat, 13 Aug 2011 05:02:25 +0000 (07:02 +0200)]
first styling for leftcontent

13 years agoNEEDS MORE FADING
Jan-Christoph Borchardt [Sat, 13 Aug 2011 04:05:00 +0000 (06:05 +0200)]
NEEDS MORE FADING

13 years agofirst replacement of media player controls with svg
Jan-Christoph Borchardt [Sat, 13 Aug 2011 03:58:11 +0000 (05:58 +0200)]
first replacement of media player controls with svg

13 years agofixed tipsy tooltips for actions
Jan-Christoph Borchardt [Sat, 13 Aug 2011 03:40:03 +0000 (05:40 +0200)]
fixed tipsy tooltips for actions

13 years agobetter error messages for installation, still need to be inline
Jan-Christoph Borchardt [Sat, 13 Aug 2011 03:37:12 +0000 (05:37 +0200)]
better error messages for installation, still need to be inline

13 years agoremoved subnavigation code
Jan-Christoph Borchardt [Sat, 13 Aug 2011 03:31:56 +0000 (05:31 +0200)]
removed subnavigation code

13 years agoadded global action class for icons
Jan-Christoph Borchardt [Sat, 13 Aug 2011 03:27:50 +0000 (05:27 +0200)]
added global action class for icons

13 years agoupdated translations
Jan-Christoph Borchardt [Sat, 13 Aug 2011 03:13:10 +0000 (05:13 +0200)]
updated translations

13 years agomerged admin, help and settings to settings
Jan-Christoph Borchardt [Sat, 13 Aug 2011 02:04:48 +0000 (04:04 +0200)]
merged admin, help and settings to settings

13 years agoMerge branch 'master' into sharing
Michael Gapczynski [Sat, 13 Aug 2011 01:00:41 +0000 (21:00 -0400)]
Merge branch 'master' into sharing

Conflicts:
files/css/files.css

13 years agoAdd missing parameter to usersInGroup()
Michael Gapczynski [Sat, 13 Aug 2011 00:51:01 +0000 (20:51 -0400)]
Add missing parameter to usersInGroup()