summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix pattern for database namesGeorg Ehrke2012-11-291-1/+1
|
* Merge pull request #620 from owncloud/fix_600Georg Ehrke2012-11-292-7/+8
|\ | | | | Fix #600
| * use attr instead of dataGeorg Ehrke2012-11-291-7/+2
| |
| * Revert "fix group and subadmin managing for 'ajax-loaded' users"Georg Ehrke2012-11-291-2/+7
| | | | | | | | This reverts commit a5774229a13ef307dabe3142d1a85f12bf41b391.
| * add a client side checkGeorg Ehrke2012-11-281-0/+3
| |
| * fix group and subadmin managing for 'ajax-loaded' usersGeorg Ehrke2012-11-281-7/+2
| |
| * make some checks server-sideGeorg Ehrke2012-11-282-3/+6
| |
* | Merge pull request #617 from samtuke/fix_docblocksblizzz2012-11-291-21/+15
|\ \ | | | | | | Cleaned up docblock comments
| * | Cleaned up docblock commentsSam Tuke2012-11-281-21/+15
| |/
* | [tx-robot] updated from transifexJenkins for ownCloud2012-11-2916-28/+36
| |
* | Merge pull request #540 from Raydiation/masterThomas Müller2012-11-281-0/+68
|\ \ | | | | | | More tests for lib/group.php
| * | added more unittests for the group fileBernhard Posselt2012-11-281-0/+68
| |/
* | Merge pull request #601 from butonic/add_drag_shadow_in_firefoxBart Visscher2012-11-281-1/+1
|\ \ | |/ |/| show drag shadow in firefox by using helper:'clone'
| * show drag shadow in firefox by using helper:'clone'Jörn Friedrich Dreyer2012-11-271-1/+1
| |
* | Merge pull request #401 from owncloud/share_hooksJörn Friedrich Dreyer2012-11-284-14/+34
|\ \ | | | | | | Create functions to install standard hooks
| * | Rename install hook functions to register hookBart Visscher2012-11-153-11/+11
| | |
| * | Create functions to install standard hooksBart Visscher2012-11-134-14/+34
| | | | | | | | | | | | | | | Also use these in tests that needs them Fix #151
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-2836-246/+366
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2012-11-2750-240/+1995
| |
* | Merge pull request #380 from butonic/feature_share_link_with_tokenJörn Friedrich Dreyer2012-11-267-186/+296
|\ \ | | | | | | Feature share link with token
| * | readd fallback code for pre token linksJörn Friedrich Dreyer2012-11-233-148/+216
| | |
| * | implement share via link tokenJörn Friedrich Dreyer2012-11-207-141/+183
| | |
* | | Merge pull request #573 from owncloud/more_indexesJörn Friedrich Dreyer2012-11-261-0/+14
|\ \ \ | | | | | | | | more db indexes
| * | | remove the index on the share table because of problems with the index size. ↵Frank Karlitschek2012-11-251-15/+0
| | | | | | | | | | | | | | | | Thanks to icewind for spotting this.
| * | | add a few more indexes. This is just a first step. More work is needed here ↵Frank Karlitschek2012-11-241-0/+29
| | | | | | | | | | | | | | | | but this should improve perfomance already for big installations.
* | | | use normalizePath to have a proper target pathArthur Schiwon2012-11-261-3/+1
| | | |
* | | | remove debug outputArthur Schiwon2012-11-261-3/+0
| | | |
* | | | coding styleArthur Schiwon2012-11-261-1/+2
| | | |
* | | | check whether to join url with ? or &Arthur Schiwon2012-11-261-2/+13
| | | |
* | | | all but the first parameter are introduced by &Arthur Schiwon2012-11-262-4/+4
| | | |
* | | | make sure path starts with /Arthur Schiwon2012-11-261-0/+3
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-2636-204/+284
| | | |
* | | | Merge pull request #576 from owncloud/webdav_output_bufferThomas Müller2012-11-251-0/+2
|\ \ \ \ | | | | | | | | | | make sure the output buffer is closed when handeling webdav
| * | | | make sure the output buffer is closed when handeling webdavRobin Appelman2012-11-251-0/+2
|/ / / /
* | | | add sample configuration for user backendsRobin Appelman2012-11-251-0/+6
| | | |
* | | | Merge pull request #556 from owncloud/postgres_insert_idThomas Müller2012-11-241-5/+12
|\ \ \ \ | | | | | | | | | | use lastval() to get the insert id in postgesql
| * | | | use lastval() to get the insert id in postgesqlRobin Appelman2012-11-231-5/+12
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-2524-42/+55
| |/ / / |/| | |
* | | | Merge pull request #562 from owncloud/dberrorsMichael Gapczynski2012-11-242-11/+23
|\ \ \ \ | | | | | | | | | | prettier error output.
| * | | | remove left over tagFrank Karlitschek2012-11-241-1/+1
| | | | |
| * | | | A new function to create nice error page. And use it for fatal db errorsFrank Karlitschek2012-11-242-40/+23
| | | | |
| * | | | prettier error output. Let´s see how many more low hanging fruits I find on ↵Frank Karlitschek2012-11-231-9/+38
| | | | | | | | | | | | | | | | | | | | my way to the real bug that I want to fix ;-)
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-11-24126-2403/+2519
|/ / / /
* | | | Merge pull request #561 from owncloud/cssfixFrank Karlitschek2012-11-231-2/+2
|\ \ \ \ | | | | | | | | | | even error messages have the right to look a bit pretty
| * | | | even error messages have the right to look a bit prettyFrank Karlitschek2012-11-231-2/+2
|/ / / /
* | | | Merge pull request #479 from owncloud/fix_438Thomas Müller2012-11-233-6/+7
|\ \ \ \ | | | | | | | | | | Do the url encoding once, only in breadcrumbs template
| * | | | Do the url encoding once, only in breadcrumbs templateBart Visscher2012-11-163-6/+7
| | | | | | | | | | | | | | | | | | | | fixes issue #438
* | | | | Merge pull request #480 from owncloud/fix_435_and_437Thomas Müller2012-11-232-3/+16
|\ \ \ \ \ | | | | | | | | | | | | Also reject names with \ in the name
| * | | | | introduce Files.containsInvalidCharacters(), use when creating or renaming filesJörn Friedrich Dreyer2012-11-222-11/+19
| | | | | |
| * | | | | some more invalid characters have been addedThomas Mueller2012-11-221-6/+11
| | | | | |